package js_of_ocaml

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