module Ltllexer: sig
.. end
val loc : Lexing.lexbuf -> Lexing.position * Lexing.position
val buf : Buffer.t
val newline : Lexing.lexbuf -> unit
exception Error of (Lexing.position * Lexing.position) * string
val raise_located : Lexing.position * Lexing.position -> string -> 'a
val __ocaml_lex_tables : Lexing.lex_tables
val token : Lexing.lexbuf -> Ltlparser.token
val __ocaml_lex_token_rec : Lexing.lexbuf -> int -> Ltlparser.token
: Lexing.lexbuf -> unit
: Lexing.lexbuf -> int -> unit
val parse : Pervasives.in_channel ->
Ltlast.formula *
(string,
Logic_ptree.relation * Promelaast.expression * Promelaast.expression)
Hashtbl.t