X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=Constants.hs;h=cfb9d555faec4f4e2b58b197e2aef1dc0c5f2f55;hb=033234e675f920e7577427a7328ede133ea40f94;hp=9a3c4dd24cbb79e48345bf40a6ffaa225ba0b4b9;hpb=774c352cc8eb496df66e80ca1602f865b5ced2b8;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git diff --git a/Constants.hs b/Constants.hs index 9a3c4dd..cfb9d55 100644 --- a/Constants.hs +++ b/Constants.hs @@ -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