package minicaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type token =
  1. | UNIT
  2. | TRUE
  3. | TIMES
  4. | THEN
  5. | TAIL
  6. | SYMBOL of string
  7. | SEMISEMI
  8. | SEMI
  9. | RSQUARE
  10. | RPAREN
  11. | REC
  12. | PLUS
  13. | OR
  14. | NOT
  15. | MINUS
  16. | LSQUARE
  17. | LPAREN
  18. | LET
  19. | LESS
  20. | LARROW
  21. | LAMBDA
  22. | INTEGER of int
  23. | IN
  24. | IF
  25. | HEAD
  26. | GREATER
  27. | FALSE
  28. | EQUAL
  29. | EOF
  30. | ELSE
  31. | CONS
  32. | AND
exception Error
val toplevel : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> Types.expr
OCaml

Innovation. Community. Security.