[Metabang-bind-devel] incorrect expansion of declarations for multiple-value bindings

Attila Lendvai attila.lendvai at gmail.com
Sat Apr 5 14:16:09 UTC 2008


>  It appears that bind does not correctly expand declarations for
>  multiple-value bindings:
>
>   (bind (((:values a b) (c)))
>    (declare (type integer a b))
>    (d a b))
>
>  ==>

(MULTIPLE-VALUE-BIND (A B) (C)
       (DECLARE (TYPE INTEGER A) (TYPE INTEGER B))
       (D A B))

darcs pull.

-- 
 attila



More information about the metabang-bind-devel mailing list