Skip to content
Snippets Groups Projects
Commit 5d7f0d72 authored by pfdietz's avatar pfdietz
Browse files

Replaced EQ with EQT and SUBTYPEP with SUBTYPEP* in many places.

These are the same as the original except they are guaranteed to
return T when a true value is to be returned.

Added NOTNOT, which coerces true to T.

These changes are intended to make the test more fully standard compliant,
avoiding the unwarranted assumption that a function that returns true
is returning T (even though this is the case in many implementations.)

Added tests for NIL, T, NOT, and NULL.
parent 0061060b
No related branches found
No related tags found
Loading
Showing
with 140 additions and 134 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment