aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping/classops.mli
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-10-11 17:27:20 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-10-11 17:27:20 +0000
commit301a70e45eac43f034077c95bce04edbcf2ab4ad (patch)
treed61c92f0d7a46203618a4610301c64d65c9c03ad /pretyping/classops.mli
parent1d5b3f16e202af2874181671abd86a47fca37cd7 (diff)
Suppression option immediate_discharge; nettoyage de Declare et conséquences
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2109 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'pretyping/classops.mli')
-rw-r--r--pretyping/classops.mli1
1 files changed, 0 insertions, 1 deletions
diff --git a/pretyping/classops.mli b/pretyping/classops.mli
index 019644e20..c68eba1dd 100644
--- a/pretyping/classops.mli
+++ b/pretyping/classops.mli
@@ -44,7 +44,6 @@ type coe_index
(* This is the type of paths from a class to another *)
type inheritance_path = coe_index list
-val cte_of_constr : constr -> global_reference
val coe_of_reference : global_reference -> coe_typ
(*s [declare_class] adds a class to the set of declared classes *)