Module Vernac
- module State : sig ... end
- Parsing of vernacular. 
- val process_expr : state:State.t -> Vernacexpr.vernac_control -> State.t
- process_expr sid cmdExecutes vernac command- cmd. Callers are expected to handle and print errors in form of exceptions, however care is taken so the state machine is left in a consistent state.