package links

  1. Overview
  2. Docs
type token =
  1. | UINTEGER of int
  2. | UFLOAT of float
  3. | PLUS
  4. | MINUS
  5. | INFINITY
  6. | EOF
  7. | COLON
exception Error
val timestamp : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> [> `Infinity | `MinusInfinity | `Timestamp of Utility.CalendarShow.t * int option ]
module MenhirInterpreter : sig ... end
module Incremental : sig ... end