Created
December 3, 2013 13:45
-
-
Save fangel/7769353 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/kernel/reduction.ml b/kernel/reduction.ml | |
index 6c52e15..486fb11 100644 | |
--- a/kernel/reduction.ml | |
+++ b/kernel/reduction.ml | |
@@ -197,6 +197,7 @@ let sort_cmp pb s0 s1 cuniv = | |
| (_, _) -> raise NotConvertible | |
+let sort_cmp pb s0 s1 cuniv = cuniv | |
let conv_sort env s0 s1 = sort_cmp CONV s0 s1 empty_constraint | |
let conv_sort_leq env s0 s1 = sort_cmp CUMUL s0 s1 empty_constraint |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment