ssrsearch_plugin
Ssrsearch_plugin.G_search
btauto_plugin
cc_plugin
coq-core.clib
coq-core.config
coq-core.engine
coq-core.gramlib
coq-core.interp
coq-core.kernel
coq-core.lib
coq-core.library
coq-core.parsing
coq-core.plugins
coq-core.pretyping
coq-core.printing
coq-core.proofs
coq-core.stm
coq-core.sysinit
coq-core.tactics
coq-core.top_printers
coq-core.toplevel
coq-core.vernac
coq-core.vm
coqide-server.core
coqide-server.protocol
derive_plugin
extraction_plugin
firstorder_plugin
float_syntax_plugin
funind_plugin
ltac2_plugin
ltac_plugin
micromega_plugin
nsatz_plugin
number_string_notation_plugin
ring_plugin
rtauto_plugin
ssreflect_plugin
ssrmatching_plugin
tauto_plugin
tuto0_plugin
tuto1_plugin
tuto2_plugin
tuto3_plugin
zify_plugin
val __coq_plugin_name : string
module CoqConstr = Constr
type raw_glob_search_about_item =
| RGlobSearchSubPattern of Constrexpr.constr_expr
| RGlobSearchString of Loc.t * string * string option
val pr_search_item : Environ.env -> Evd.evar_map -> raw_glob_search_about_item -> Pp.t
val wit_ssr_searchitem : raw_glob_search_about_item Genarg.uniform_genarg_type
val pr_ssr_search_item : Environ.env -> Evd.evar_map -> 'a -> 'b -> 'c -> raw_glob_search_about_item -> Pp.t
val is_ident : string -> bool
val is_ident_part : string -> bool
val interp_search_notation : ?loc:Loc.t -> string -> Notation.delimiters option -> Search.glob_search_item
val wit_ssr_search_item : (raw_glob_search_about_item, raw_glob_search_about_item, raw_glob_search_about_item) Genarg.genarg_type
val ssr_search_item : raw_glob_search_about_item Pcoq.Entry.t
val pr_ssr_search_arg : Environ.env -> Evd.evar_map -> 'a -> 'b -> 'c -> (bool * raw_glob_search_about_item) list -> Pp.t
val wit_ssr_search_arg : ((bool * raw_glob_search_about_item) list, (bool * raw_glob_search_about_item) list, (bool * raw_glob_search_about_item) list) Genarg.genarg_type
val ssr_search_arg : (bool * raw_glob_search_about_item) list Pcoq.Entry.t
val splay_search_pattern : int -> Pattern.constr_pattern -> Names.GlobRef.t * int
val push_rels_assum : (Names.Name.t Context.binder_annot * EConstr.t) list -> Environ.env -> Environ.env
val coerce_search_pattern_to_sort : Pattern.constr_pattern -> bool * Pattern.constr_pattern
val interp_head_pat : Pattern.constr_pattern -> bool * (CoqConstr.constr -> bool)
val all_true : 'a -> bool
val interp_search_about : (bool * Search.glob_search_item) list -> (Names.GlobRef.t -> Decls.logical_kind option -> Environ.env -> Constr.constr -> bool) -> Names.GlobRef.t -> Decls.logical_kind option -> Environ.env -> Constr.constr -> bool
val interp_search_arg : (bool * raw_glob_search_about_item) list -> Names.GlobRef.t -> Decls.logical_kind option -> Environ.env -> Constr.constr -> bool
val pr_modloc : (bool * Libnames.qualid) -> Pp.t
val wit_ssrmodloc : (bool * Libnames.qualid) Genarg.uniform_genarg_type
val pr_ssr_modlocs : 'a -> 'b -> 'c -> (bool * Libnames.qualid) list -> Pp.t
val wit_ssr_modlocs : ((bool * Libnames.qualid) list, (bool * Libnames.qualid) list, (bool * Libnames.qualid) list) Genarg.genarg_type
val ssr_modlocs : (bool * Libnames.qualid) list Pcoq.Entry.t
val interp_modloc : (bool * Libnames.qualid) list -> Names.GlobRef.t -> Decls.logical_kind option -> Environ.env -> Constr.constr -> bool
val ssrdisplaysearch : Names.GlobRef.t -> Environ.env -> Constr.constr -> unit
val deprecated_search : ?loc:Loc.t -> unit -> unit