Ralf Hemmecke <[email protected]> writes:

> That's the bug that Franz Lehner demonstrated to me.
>
> http://sourceforge.net/tracker/?func=detail&aid=3016806&group_id=200168&atid=972421
>
> Why don't you try ...
>
> [# compositions(n, r) for n in 1..]
>
> ? That works.

because I actually want

[# [d for d in compositions(n, r) | prime? d] for n in 1..]

(where prime? is another function I defined.)

I found a workaround, however I wanted to record the bug...  Hm, I
should put it into bugs2010.input, I guess.  Or is there already?

Thanks,

Martin

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/fricas-devel?hl=en.

Reply via email to