diff options
| author | Liyana <nliyanaam@smu.edu.sg> | 2020-11-10 17:26:56 +0800 |
|---|---|---|
| committer | Liyana <nliyanaam@smu.edu.sg> | 2020-11-10 17:26:56 +0800 |
| commit | 9b02385e3efcadf39a171f65eaba871b1897360e (patch) | |
| tree | bec01c3b874e4f7610f6befaa43b5945bc966802 /src/compiler/GF/Compile/Compute | |
| parent | 54e5fb6645d4c99900136e7c909ca7905e441912 (diff) | |
Removed fromValue for boolV
Diffstat (limited to 'src/compiler/GF/Compile/Compute')
| -rw-r--r-- | src/compiler/GF/Compile/Compute/Predef.hs | 1 |
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 |
