Module MenhirSdk.Keyword

type flavor =
| FlavorOffset
| FlavorPosition
| FlavorLocation
type where =
| WhereSymbolStart
| WhereStart
| WhereEnd
type subject =
| Before
| Left
| RightNamed of string
type keyword =
| Position of subject * where * flavor
| SyntaxError
val posvar : subject -> where -> flavor -> string
module KeywordSet : sig ... end