aboutsummaryrefslogtreecommitdiffhomepage
path: root/checker/term.ml
diff options
context:
space:
mode:
Diffstat (limited to 'checker/term.ml')
-rw-r--r--checker/term.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/checker/term.ml b/checker/term.ml
index 67d380336..ea81f5dab 100644
--- a/checker/term.ml
+++ b/checker/term.ml
@@ -347,7 +347,7 @@ let compare_sorts s1 s2 = match s1, s2 with
| Pos, Null -> false
| Null, Pos -> false
end
-| Type u1, Type u2 -> Universe.eq u1 u2
+| Type u1, Type u2 -> Universe.equal u1 u2
| Prop _, Type _ -> false
| Type _, Prop _ -> false