Combinatory checks now, probably from fixes to eval

This commit is contained in:
2025-10-03 08:54:55 -07:00
parent 404b64a06e
commit f1e6f98c99
4 changed files with 5 additions and 12 deletions

View File

@@ -719,8 +719,6 @@ a <= b = compare a b /= GT
_>_ : a. {{Ord a}} a a Bool
a > b = compare a b == GT
search : cl. {{cl}} cl
search {{x}} = x
instance Ord Nat where
compare Z Z = EQ