1
0
forked from GitHub/gf-core

Transfer: derive Eq Bool

This commit is contained in:
bringert
2005-12-07 10:11:41 +00:00
parent 09e62111fd
commit 56a00d37dd

View File

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