Module Vernacstate.Parser

type t
val init : unit -> t
val cur_state : unit -> t
val parse : t -> 'a Pcoq.Entry.t -> Pcoq.Parsable.t -> 'a