package cfg

  1. Overview
  2. Docs
type token =
  1. | LBRACK
  2. | RBRACK
  3. | DEF
  4. | PIPE
  5. | DOT
  6. | EOF
  7. | ID of string
OCaml

Innovation. Community. Security.