Transfer: derive Eq Bool

This commit is contained in:
bringert
2005-12-07 10:11:41 +00:00
parent 5c06d7279c
commit 30e8bc6cc0

View File

@@ -96,7 +96,7 @@ data Bool : Type where
False : Bool
-- derive Show Bool
-- derive Eq Bool
derive Eq Bool
-- derive Ord Bool
not : Bool -> Bool