Opened 13 years ago
Last modified 13 years ago
#277 new defect
subtypep bug with hairy cons/real types
Reported by: | gz | Owned by: | gb |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ANSI CL Compliance | Version: | |
Keywords: | Cc: |
Description
? (subtypep '(not (cons float t)) '(or (not (cons (eql 0) (real 1.0 1.0))) (not (cons t (eql 0))))) NIL T
The right answer is T.
Change History (1)
comment:1 Changed 13 years ago by gz
- Summary changed from subtypep bug to subtypep bug with hairy cons/real types
Note: See
TracTickets for help on using
tickets.