Added builtin functions shiftl, shiftr, null, rotl, rotr
[matthijs/master-project/cλash.git] / Constants.hs
index 9a3c4dd24cbb79e48345bf40a6ffaa225ba0b4b9..cfb9d555faec4f4e2b58b197e2aef1dc0c5f2f55 100644 (file)
@@ -95,8 +95,8 @@ lengthId = "length"
 
 
 -- | isnull (function null in original Haskell source) function identifier
-isnullId :: String
-isnullId = "isnull"
+nullId :: String
+nullId = "null"
 
 
 -- | replace function identifier