summaryrefslogtreecommitdiff
path: root/kernel/univ.mli
diff options
context:
space:
mode:
authorGravatar Stephane Glondu <steph@glondu.net>2012-03-27 07:48:23 +0200
committerGravatar Stephane Glondu <steph@glondu.net>2012-03-27 07:48:23 +0200
commitad988252cac876f0b9998b5223f565d0a22aebb8 (patch)
tree0c0e0cd5c943b3fbeb97c99cf46e19bbc97144c0 /kernel/univ.mli
parent11b04078a227fd8849972d05417487520177fb04 (diff)
parent6e34b272d789455a9be589e27ad3a998cf25496b (diff)
Merge tag 'upstream/8.3.pl4+dfsg'
Upstream version 8.3.pl4+dfsg
Diffstat (limited to 'kernel/univ.mli')
-rw-r--r--kernel/univ.mli6
1 files changed, 5 insertions, 1 deletions
diff --git a/kernel/univ.mli b/kernel/univ.mli
index 4cb6dec1..89b20de3 100644
--- a/kernel/univ.mli
+++ b/kernel/univ.mli
@@ -6,7 +6,7 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-(*i $Id: univ.mli 14641 2011-11-06 11:59:10Z herbelin $ i*)
+(*i $Id: univ.mli 15019 2012-03-02 17:27:18Z letouzey $ i*)
(* Universes. *)
@@ -78,6 +78,10 @@ val subst_large_constraints :
val no_upper_constraints : universe -> constraints -> bool
+(** Is u mentionned in v (or equals to v) ? *)
+
+val univ_depends : universe -> universe -> bool
+
(*s Pretty-printing of universes. *)
val pr_uni : universe -> Pp.std_ppcmds