Incorrect type error #2

Bug #2056504 reported by Paul F. Dietz
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
SBCL
New
Undecided
Unassigned

Bug Description

(defun bug343 ()
  (let* ((v #c(-71198.96029558095d0 2.553421325d10))
         (x (list v))
         (lam `(lambda (p1)
                 (the
                  (member ,x
                          (#c(-7.7042880660639d13 80750.19450097582d0)
                             #c(41/78 -413420436206267121)))
                  p1))))
    (funcall (compile nil lam) x)))

(bug343) ==>

The value
  #1=(#C(-71198.96029558095d0 2.553421325d10))
is not of type
  (MEMBER
   (#C(-7.7042880660639d13 80750.19450097582d0)
    #C(41/78 -413420436206267121))
   #1#)
   [Condition of type TYPE-ERROR]

x86-64, "2.4.2.102-3c931ddd5"

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.