Removed fromValue for boolV

This commit is contained in:
Liyana
2020-11-10 17:26:56 +08:00
parent 54e5fb6645
commit 9b02385e3e

View File

@@ -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