null is a constant added to the base environment, not a reserved word

This commit is contained in:
Shea Levy 2014-09-11 15:07:04 -04:00
parent 9eada9e32d
commit 547c76a288

View file

@ -82,7 +82,6 @@ reservedNames :: HashSet.HashSet String
reservedNames = HashSet.fromList
[ "let", "in"
, "if", "then", "else"
, "null"
, "assert"
, "with"
, "rec"