aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/reduction.mli
diff options
context:
space:
mode:
authorGravatar Amin Timany <amintimany@gmail.com>2017-04-07 12:44:12 +0200
committerGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2017-06-16 04:51:15 +0200
commitab86b9b3999f3860bdb69824f585b9cf461ff295 (patch)
treeb48f8201447f59e76abf64a443c353f668dfca61 /kernel/reduction.mli
parentc07215582ab75faeea864827b153eed80a28527a (diff)
Use inductive subtyping for conv/cumul
Diffstat (limited to 'kernel/reduction.mli')
-rw-r--r--kernel/reduction.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/reduction.mli b/kernel/reduction.mli
index 8a2b2469d..72f0ecffd 100644
--- a/kernel/reduction.mli
+++ b/kernel/reduction.mli
@@ -40,6 +40,8 @@ type 'a universe_compare =
compare : env -> conv_pb -> sorts -> sorts -> 'a -> 'a;
compare_instances: flex:bool ->
Univ.Instance.t -> Univ.Instance.t -> 'a -> 'a;
+ leq_inductives : flex:bool -> Univ.UInfoInd.t ->
+ Univ.Instance.t -> Univ.Instance.t -> 'a -> 'a;
}
type 'a universe_state = 'a * 'a universe_compare