package js_of_ocaml-compiler

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type token =
  1. | TWeakdef
  2. | TVersion
  3. | TVNum of string
  4. | TSemi
  5. | TRequires
  6. | TProvides
  7. | TOTHER of string
  8. | TIf
  9. | TIdent of string
  10. | TComma
  11. | TBang
  12. | TAlways
  13. | TA_Shallow
  14. | TA_Pure
  15. | TA_Object_literal
  16. | TA_Mutator
  17. | TA_Mutable
  18. | TA_Const
  19. | RPARENT
  20. | LT
  21. | LPARENT
  22. | LE
  23. | GT
  24. | GE
  25. | EQ
  26. | EOL
  27. | EOF
exception Error