aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/univ.mli
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-03-12 23:59:24 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-03-12 23:59:24 +0000
commit66b098b04971f4bc08ce89afebdaec1772e3f73c (patch)
tree11d598f97073a92cd9beb5a37ee5cb415e11ff34 /kernel/univ.mli
parent7be6f0291c7d1a60bcd33e1086ed45414b7e9568 (diff)
A version of Univ.check_eq with no anomaly for Evd.set_eq_sort
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16274 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/univ.mli')
-rw-r--r--kernel/univ.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/univ.mli b/kernel/univ.mli
index c74797c8b..6b64ca8e4 100644
--- a/kernel/univ.mli
+++ b/kernel/univ.mli
@@ -77,6 +77,7 @@ type universes
type check_function = universes -> universe -> universe -> bool
val check_leq : check_function
val check_eq : check_function
+val lax_check_eq : check_function (* same, without anomaly *)
(** The empty graph of universes *)
val initial_universes : universes