package dolmen

  1. Overview
  2. Docs
type t
exception Uncaught of t * exn
exception Lexing_error of t * string
exception Syntax_error of t * string
val of_lexbuf : Lexing.lexbuf -> t
val mk_pos : Lexing.position -> Lexing.position -> t