[gambit-list] Blackhole and match
Per Eckerdal
per.eckerdal at gmail.com
Thu May 20 07:43:27 EDT 2010
> I've also some troubles with srfi-11 reference implementation:
>
> Loaded Black Hole.
> Gambit v4.6.0
>
> (import srfi-11)
>
> (let-values (((a b) (values 0 1)) ((c d) (values 2 3))) (list a b c d))
>
> => (2 2 2 2) ;; should be (0 1 2 3)
>
> (let*-values (((a b) (values 0 1)) ((c d) (values 2 3))) (list a b c d))
>
> => (0 0 2 2) ;; should be (0 1 2 3)
>
> --marco
This issue is fixed now on github. Thanks for pointing it out.
Regards,
Per
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.iro.umontreal.ca/pipermail/gambit-list/attachments/20100520/0384cd47/attachment.htm>
More information about the Gambit-list
mailing list