Module Gramlib.Gramext

type position =
| First
| Last
| Before of string
| After of string
| Level of string
type g_assoc =
| NonA
| RightA
| LeftA