Module G_vernac
val vernac_kw : string listval query_command : (Goal_select.t option -> Vernacexpr.vernac_expr) Pcoq.Entry.tval subprf : Vernacexpr.vernac_expr Pcoq.Entry.tval class_rawexpr : Vernacexpr.class_rawexpr Pcoq.Entry.tval thm_token : Decl_kinds.theorem_kind Pcoq.Entry.tval def_body : Vernacexpr.definition_expr Pcoq.Entry.tval decl_notation : (Names.lstring * Constrexpr.constr_expr * string option) list Pcoq.Entry.tval record_field : ((Vernacexpr.local_decl_expr Vernacexpr.with_instance * int option) * (Names.lstring * Constrexpr.constr_expr * string option) list) Pcoq.Entry.tval of_type_with_opt_coercion : bool option Pcoq.Entry.tval instance_name : (Constrexpr.name_decl * Constrexpr.local_binder_expr list) Pcoq.Entry.tval section_subset_expr : Vernacexpr.section_subset_expr Pcoq.Entry.tval make_bullet : string -> Proof_bullet.tval parse_compat_version : string -> Flags.compat_versionval warn_plural_command : ?loc:Loc.t -> string -> unitval test_plural_form : Loc.t -> string -> ('a * ('b list * 'c)) list -> unitval test_plural_form_types : Loc.t -> string -> ('a list * 'b) list -> unitval lname_of_lident : Names.lident -> Names.lnameval name_of_ident_decl : Constrexpr.ident_decl -> Constrexpr.name_declval only_starredidentrefs : unit Pcoq.Entry.tval starredidentreflist_to_expr : Vernacexpr.section_subset_expr list -> Vernacexpr.section_subset_exprval warn_deprecated_include_type : ?loc:Loc.t -> unit -> unit