Transformer.MakeSourcemodule Loc : ParseLocation.Smodule Ty : sig ... endmodule Lex : Dolmen_intf.Lex.S with type token := Ty.tokenmodule Parse :
Dolmen_intf.Parse.S
with type token := Ty.token
and type statement := Ty.statementmodule Lexer = Lexmodule Parser = Parseval parse_input :
[ `File of string | `Stdin ] ->
(unit -> Ty.statement option) * (unit -> unit)