aboutsummaryrefslogtreecommitdiff
path: root/kernel/term.mli
diff options
context:
space:
mode:
authorherbelin1999-11-25 01:13:00 +0000
committerherbelin1999-11-25 01:13:00 +0000
commite5a040666d1dc58995d7a08e8fe18de90abc7a2d (patch)
tree4f36c2751f76b041f18956f405b13cb917a4e7b9 /kernel/term.mli
parentbe800056397163ec9c475e6aee44925c97f86f58 (diff)
Backtrack sur modif Evd.evd_concl
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@139 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/term.mli')
-rw-r--r--kernel/term.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/term.mli b/kernel/term.mli
index 5118d39c5d..194681154a 100644
--- a/kernel/term.mli
+++ b/kernel/term.mli
@@ -62,6 +62,8 @@ val body_of_type : typed_type -> constr
val incast_type : typed_type -> constr
+val outcast_type : constr -> typed_type
+
(*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