From 24d0027f0344bca7abce3b8fa8c2a1e42ecf1a00 Mon Sep 17 00:00:00 2001 From: Hugo Herbelin Date: Sat, 13 Sep 2014 10:44:40 +0200 Subject: Providing a -type-in-type option for collapsing the universe hierarchy. --- kernel/reduction.mli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kernel/reduction.mli') diff --git a/kernel/reduction.mli b/kernel/reduction.mli index cfeafd75c..f0b176104 100644 --- a/kernel/reduction.mli +++ b/kernel/reduction.mli @@ -38,7 +38,7 @@ type conv_pb = CONV | CUMUL type 'a universe_compare = { (* Might raise NotConvertible *) - compare : conv_pb -> sorts -> sorts -> 'a -> 'a; + compare : env -> conv_pb -> sorts -> sorts -> 'a -> 'a; compare_instances: bool (* Instance of a flexible constant? *) -> Univ.Instance.t -> Univ.Instance.t -> 'a -> 'a; } @@ -50,7 +50,7 @@ type ('a,'b) generic_conversion_function = env -> 'b universe_state -> 'a -> 'a type 'a infer_conversion_function = env -> Univ.universes -> 'a -> 'a -> Univ.constraints val check_sort_cmp_universes : - conv_pb -> sorts -> sorts -> Univ.universes -> unit + env -> conv_pb -> sorts -> sorts -> Univ.universes -> unit (* val sort_cmp : *) (* conv_pb -> sorts -> sorts -> Univ.constraints -> Univ.constraints *) -- cgit v1.2.3