Module Vernac
module State : sig ... endParsing of vernacular.
val process_expr : state:State.t -> Vernacexpr.vernac_control -> State.tprocess_expr sid cmdExecutes vernac commandcmd. 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.
val load_vernac : echo:bool -> check:bool -> interactive:bool -> state:State.t -> ?ldir:Names.DirPath.t -> string -> State.tload_vernac echo sid fileLoadsfileon top ofsid, will echo the commands ifechois set. Callers are expected to handle and print errors in form of exceptions.