Module Vernacentries

Vernac Translation into the Vernac DSL

val vernac_require : intern:Library.Intern.t -> Libnames.qualid option -> Vernacexpr.export_with_cats option -> (Libnames.qualid * Vernacexpr.import_filter_expr) list -> unit

Vernacular require command, used by the command line

val vernac_require_interp : Library.library_t list -> Names.DirPath.t list -> Vernacexpr.export_with_cats option -> (Libnames.qualid * Vernacexpr.import_filter_expr) list -> unit

Interp phase of the require command

val command_focus : unit Proof.focus_kind

Miscellaneous stuff

module Preprocessed_Mind_decl : sig ... end

pre-processing and validation of VernacInductive

module DefAttributes : sig ... end
val show_goal : Vernacexpr.goal_reference -> Proof.t -> Proof.t option option -> Pp.t