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 quoted_attributes : Attributes.vernac_flags Pcoq.Entry.tval class_rawexpr : Vernacexpr.class_rawexpr Pcoq.Entry.tval thm_token : Decls.theorem_kind Pcoq.Entry.tval def_body : Vernacexpr.definition_expr Pcoq.Entry.tval decl_notation : Vernacexpr.decl_notation list Pcoq.Entry.tval record_field : (Vernacexpr.local_decl_expr * Vernacexpr.record_field_attr) Pcoq.Entry.tval of_type_with_opt_coercion : Vernacexpr.instance_flag 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 add_control_flag : loc:Loc.t -> flag:Vernacexpr.control_flag -> Vernacexpr.vernac_control_r CAst.t -> Vernacexpr.vernac_control_r CAst.tval 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