aboutsummaryrefslogtreecommitdiff
path: root/kernel/term.mli
diff options
context:
space:
mode:
authorfilliatr1999-08-23 09:14:48 +0000
committerfilliatr1999-08-23 09:14:48 +0000
commita86e0c41f5e9932140574b316343c3dfd321703c (patch)
tree568d5d18799db01c86b2aa263310a4f8a66eb331 /kernel/term.mli
parentcd9afd3c84949dff733ab59f3bf838bc5863b532 (diff)
- suppression de CONV_X et CONV_X_LEQ : les univers sont maintenant toujours
ajustés - déplacement du type pb_conv dans Reduction git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@20 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/term.mli')
-rw-r--r--kernel/term.mli6
1 files changed, 0 insertions, 6 deletions
diff --git a/kernel/term.mli b/kernel/term.mli
index cca056228b..82c54f0bbf 100644
--- a/kernel/term.mli
+++ b/kernel/term.mli
@@ -58,9 +58,6 @@ type typed_term = typed_type judge
val typed_app : (constr -> constr) -> typed_type -> typed_type
-type conv_pb = CONV | CONV_LEQ | CONV_X | CONV_X_LEQ
-
-
(*s Functions for dealing with constr terms.
The following functions are intended to simplify and to uniform the
manipulation of terms. Some of these functions may be overlapped with
@@ -473,9 +470,6 @@ val same_kind : constr -> constr -> bool
val le_kind : constr -> constr -> bool
val le_kind_implicit : constr -> constr -> bool
-val pb_is_univ_adjust : conv_pb -> bool
-val pb_is_equal : conv_pb -> bool
-val pb_equal : conv_pb -> conv_pb
val sort_hdchar : sorts -> string