package acgtk

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type token =
  1. | SEMI
  2. | PLUS
  3. | PIPE
  4. | MINUS
  5. | LET
  6. | INT of int
  7. | INF
  8. | ID of string
  9. | EQUAL
  10. | EOI
  11. | DATA of string
  12. | COMPL_LET
  13. | COMPL_FUN
  14. | COMPL_ARG_VAL
  15. | COMPL_ARG_NAME
  16. | COMMA
  17. | COLON_EQUAL
OCaml

Innovation. Community. Security.