diff options
| author | Amin Timany | 2017-04-07 12:44:12 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2017-06-16 04:51:15 +0200 |
| commit | ab86b9b3999f3860bdb69824f585b9cf461ff295 (patch) | |
| tree | b48f8201447f59e76abf64a443c353f668dfca61 /kernel/reduction.mli | |
| parent | c07215582ab75faeea864827b153eed80a28527a (diff) | |
Use inductive subtyping for conv/cumul
Diffstat (limited to 'kernel/reduction.mli')
| -rw-r--r-- | kernel/reduction.mli | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/reduction.mli b/kernel/reduction.mli index 8a2b2469d6..72f0ecffd0 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 |
