Skip to content

Instantly share code, notes, and snippets.

@fangel
Created December 3, 2013 13:45
Show Gist options
  • Save fangel/7769353 to your computer and use it in GitHub Desktop.
Save fangel/7769353 to your computer and use it in GitHub Desktop.
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