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)".

On Sat, Jan 19, 2019 at 6:22 AM Ralf Hemmecke <[email protected]> wrote:
>
> Hi Waldek,
>
> can I commit the following two patches.
>
> https://github.com/hemmecke/fricas/commit/edbc948243f2413920291a876d2bf7930c1866b2.patch
>
>
> https://github.com/hemmecke/fricas/commit/bd4d58237169553bdf4c4cab64e29c9484b85c11.patch
>
> 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/cc15d9f3-2219-c977-ba36-a2a14682ecb0%40hemmecke.org.
> For more options, visit https://groups.google.com/d/optout.

-- 
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/CAGBJN92Q3xbaUAkgST9d2i8nQaChKMZQKy51%2BqpnDs7MVDYy0A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to