You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fricas...@googlegroups.com
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.