Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type token =
| UNDERSCORE of Kernel.Basic.loc
| TYPE of Kernel.Basic.loc
| KW_DEF of Kernel.Basic.loc
| KW_DEFAC of Kernel.Basic.loc
| KW_DEFACU of Kernel.Basic.loc
| KW_THM of Kernel.Basic.loc
| KW_INJ of Kernel.Basic.loc
| KW_PRV of Kernel.Basic.loc
| RIGHTSQU
| RIGHTPAR
| RIGHTBRA
| QID of Kernel.Basic.loc * Kernel.Basic.mident * Kernel.Basic.ident
| NAME of Kernel.Basic.loc * Kernel.Basic.mident
| REQUIRE of Kernel.Basic.loc * Kernel.Basic.mident
| LONGARROW
| LEFTSQU
| LEFTPAR
| LEFTBRA
| ID of Kernel.Basic.loc * Kernel.Basic.ident
| FATARROW
| EOF
| DOT
| DEF
| COMMA
| COLON
| EQUAL
| ARROW
| EVAL of Kernel.Basic.loc
| INFER of Kernel.Basic.loc
| CHECK of Kernel.Basic.loc
| ASSERT of Kernel.Basic.loc
| CHECKNOT of Kernel.Basic.loc
| ASSERTNOT of Kernel.Basic.loc
| PRINT of Kernel.Basic.loc
| GDT of Kernel.Basic.loc
| STRING of string