From a86e0c41f5e9932140574b316343c3dfd321703c Mon Sep 17 00:00:00 2001 From: filliatr Date: Mon, 23 Aug 1999 09:14:48 +0000 Subject: - 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 --- kernel/term.mli | 6 ------ 1 file changed, 6 deletions(-) (limited to 'kernel/term.mli') 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 -- cgit v1.2.3