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