forked from GitHub/gf-core
Removed fromValue for boolV
This commit is contained in:
@@ -27,7 +27,6 @@ instance Predef Int where
|
||||
|
||||
instance Predef Bool where
|
||||
toValue = boolV
|
||||
fromValue boolV = return (boolV == boolV)
|
||||
|
||||
instance Predef String where
|
||||
toValue = string
|
||||
|
||||
Reference in New Issue
Block a user