diff options
Diffstat (limited to 'src/interp/simpbool.boot')
-rw-r--r-- | src/interp/simpbool.boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/simpbool.boot b/src/interp/simpbool.boot index 6c3295c1..9c088079 100644 --- a/src/interp/simpbool.boot +++ b/src/interp/simpbool.boot @@ -84,7 +84,7 @@ dnf2pf(x) == be x == b2dnf x b2dnf x == x = 'T => 'true - x = NIL => 'false + x = nil => 'false atom x => bassert x [op,:argl] := x op in '(AND and) => band argl |