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
module KeywordSet : sig ... end