Qian Yun
unread,May 29, 2026, 8:30:41 AM (3 days ago) May 29Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fricas-devel
The changes to "TAKE":
TAKE(n, l) ==
n >= 0 => [x for x in l for i in 1..n]
- DROP(#l + n, l)
+ BREAK()
In htsetvar.boot, it still relies on the first argument "n"
being negative, the "settings" page in hyperdoc will have
errors after this change.
- Qian