Module Js_of_ocaml_compiler.Annot_parser
type token =
| TWeakdef |
| TVersion |
| TVNum of string |
| TSemi |
| TRequires |
| TProvides |
| TOTHER of string |
| TIf |
| TIdent of string |
| TComma |
| TBang |
| TAlways |
| TA_Shallow |
| TA_Pure |
| TA_Object_literal |
| TA_Mutator |
| TA_Mutable |
| TA_Const |
| RPARENT |
| LT |
| LPARENT |
| LE |
| GT |
| GE |
| EQ |
| EOL |
| EOF |