Module Parsexp__.Parser_intf
module A = Parsexp__.Parser_automatonmodule type State = sig ... endmodule type Stack = Parsexp__.Kind.Stackmodule type S = sig ... endmodule type S_eager = sig ... endmodule Mode : functor (Kind : Parsexp__.Kind.S) -> sig ... endmodule Mode_eager : functor (Kind : Parsexp__.Kind.S) -> sig ... endmodule type Parser = sig ... end