(***********************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) (* Coqast.t (* Reads and executes vernac commands from a stream. The boolean [just_parsing] disables interpretation of commands. *) exception DuringCommandInterp of Coqast.loc * exn exception End_of_input val just_parsing : bool ref val raw_do_vernac : Pcoq.Gram.parsable -> unit (* Load a vernac file, verbosely or not. Errors are annotated with file and location *) val load_vernac : bool -> string -> unit