remove Nat-specific equality

This commit is contained in:
rnhmjoj 2016-11-28 21:14:43 +01:00
parent 0994ae2940
commit 12af0730eb
No known key found for this signature in database
GPG Key ID: 362BB82B7E496B7C

View File

@ -119,13 +119,6 @@ fromInteger n
| n T.> 0 = S (fromInteger (T.pred n))
-- | Equality for natural numbers
() 𝔹
Z Z = T
(S n) (S m) = n m
_ _ = F
-- | Infinity
()
() = S ()