ModelParser.Parsermodule Lexer : sig ... endmodule Parser : sig ... endval parse_all :
[ `Contents of string * string | `File of string | `Stdin ] ->
Dolmen_std.Loc.file * statement list Stdlib.Lazy.tval parse_input :
[ `Contents of string * string | `File of string | `Stdin ] ->
Dolmen_std.Loc.file * (unit -> statement option) * (unit -> unit)