coq-core.tactics
Term_dnet.Make
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.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
ssrsearch_plugin
tauto_plugin
tuto0_plugin
tuto1_plugin
tuto2_plugin
tuto3_plugin
zify_plugin
module Ident : IDENT
module Opt : OPT
type t
type ident = Ident.t
val empty : t
val add : Constr.constr -> ident -> t -> t
add c i dn adds the binding (c,i) to dn. c can be a closed term or a pattern (with untyped Evars). No Metas accepted
add c i dn
(c,i)
dn
c
val union : t -> t -> t
merge of dnets. Faster than re-adding all terms
val subst : Mod_subst.substitution -> t -> t
val search_pattern : t -> Constr.constr -> ident list
search_pattern dn c returns all terms/patterns in dn matching/matched by c
search_pattern dn c
val find_all : t -> ident list
find_all dn returns all idents contained in dn
find_all dn
val map : (ident -> ident) -> t -> t
val refresh_metas : t -> t