On 1/24/19 1:43 PM, oldk1331 wrote:
> There is an error in:
> 
>     intersect(s, t) ==
>         i := set()
> -       for x in parts s | member?(x, t) repeat insert!(x, i)
> +       for x in parts s | member?(x, t) repeat t := insert!(x, i)
>         i
> 
> It should be "i := insert!(x, i)".

Yes, of course. Thank you for catching such a stupid mistake.

Ralf

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/f87843e1-97ab-38ef-d1bf-ddd6eb8bf979%40hemmecke.org.
For more options, visit https://groups.google.com/d/optout.

Reply via email to