package TCSLib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type token =
  1. | INT of int
  2. | ANN of string
  3. | STRING of string
  4. | SEMICOLON
  5. | COMMA
  6. | COLON
  7. | EOF
  8. | LTS
  9. | START
val lts : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> unit