aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping/recordops.mli
diff options
context:
space:
mode:
authorGravatar ppedrot <ppedrot@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-09-12 20:51:59 +0000
committerGravatar ppedrot <ppedrot@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-09-12 20:51:59 +0000
commit7049e66c2e881dd09092c9360c9db9202be41c63 (patch)
tree911e56b35631ead28210dae1b5310b703fd0493d /pretyping/recordops.mli
parentde0357106fb2ce8918f666d2f237d04dd3636491 (diff)
Unplugging Autoinstance. The code is still here if someone wishes
to fix it, but it should be eventually erased. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16774 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'pretyping/recordops.mli')
-rw-r--r--pretyping/recordops.mli9
1 files changed, 0 insertions, 9 deletions
diff --git a/pretyping/recordops.mli b/pretyping/recordops.mli
index 11e558a76..062326505 100644
--- a/pretyping/recordops.mli
+++ b/pretyping/recordops.mli
@@ -45,15 +45,6 @@ val find_projection_nparams : global_reference -> int
(** raise [Not_found] if not a projection *)
val find_projection : global_reference -> struc_typ
-(** we keep an index (dnet) of record's arguments + fields
- (=methods). Here is how to declare them: *)
-val declare_method :
- global_reference -> Evd.evar -> Evd.evar_map -> unit
- (** and here is how to search for methods matched by a given term: *)
-val methods_matching : constr ->
- ((global_reference*Evd.evar*Evd.evar_map) *
- (constr*existential_key)*Termops.subst) list
-
(** {6 Canonical structures } *)
(** A canonical structure declares "canonical" conversion hints between
the effective components of a structure and the projections of the