Skip to content
Snippets Groups Projects
Commit 7df33f6e authored by wlott's avatar wlott
Browse files

Changed types of the form (satisfies (lambda (obj) (and (tn-p obj) ...)))

to (and tn obj (satisfies (lambda (obj) ...))) so that the compiler can
easily note that things like NIL do not satisfy these types.
parent 11be5bf7
No related branches found
No related tags found
Loading
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