summaryrefslogtreecommitdiff
path: root/src/compiler/GF/Compile
diff options
context:
space:
mode:
authorLiyana <nliyanaam@smu.edu.sg>2020-11-10 17:26:56 +0800
committerLiyana <nliyanaam@smu.edu.sg>2020-11-10 17:26:56 +0800
commit9b02385e3efcadf39a171f65eaba871b1897360e (patch)
treebec01c3b874e4f7610f6befaa43b5945bc966802 /src/compiler/GF/Compile
parent54e5fb6645d4c99900136e7c909ca7905e441912 (diff)
Removed fromValue for boolV
Diffstat (limited to 'src/compiler/GF/Compile')
-rw-r--r--src/compiler/GF/Compile/Compute/Predef.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler/GF/Compile/Compute/Predef.hs b/src/compiler/GF/Compile/Compute/Predef.hs
index 69df3792c..609a17798 100644
--- a/src/compiler/GF/Compile/Compute/Predef.hs
+++ b/src/compiler/GF/Compile/Compute/Predef.hs
@@ -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