package menhirSdk

  1. Overview
  2. Docs

Module Surface.TokenSource

Sourcetype t
Sourcetype associativity =
  1. | LeftAssoc
  2. | RightAssoc
  3. | NonAssoc
  4. | UndefinedAssoc
Sourceval ocamltype : t -> ocamltype option
Sourceval position : t -> Range.t
Sourceval alias : t -> string option
Sourceval attributes : t -> Attribute.t list
Sourceval associativity : t -> associativity
Sourceval precedence : t -> Priority_level.t located option
Sourceval is_declared : t -> bool