(************************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) (* state:State.t -> Vernacexpr.vernac_control Loc.located -> State.t (** [load_vernac echo sid file] Loads [file] on top of [sid], will echo the commands if [echo] is set. Callers are expected to handle and print errors in form of exceptions. *) val load_vernac : time:bool -> verbosely:bool -> check:bool -> interactive:bool -> state:State.t -> string -> State.t