diff options
Diffstat (limited to 'src/Builtins.hs')
| -rw-r--r-- | src/Builtins.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Builtins.hs b/src/Builtins.hs index e56d00d..dc80db4 100644 --- a/src/Builtins.hs +++ b/src/Builtins.hs @@ -38,7 +38,8 @@ builtinEnv = M.fromList [ reservedKeyword "\\", reservedKeyword "let!", reservedKeyword "match", - reservedKeyword "env!" + reservedKeyword "env!", + reservedKeyword "record!" ] argError1 :: String -> AST -> String |
