aboutsummaryrefslogtreecommitdiff
path: root/kernel/term.mli
diff options
context:
space:
mode:
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