purescript/purescript-lists

semigroupList.append is not stack-safe

sammthomson opened this issue · 0 comments

I submitted a pull request (#89) with a fix and a regression test that just appends two long Lists together. It fails before the fix and passes afterward.

A lot of the functionality of purescript-maps and purescript-sets relies on converting to a List first (using append), so this bug is preventing working with large Maps and Sets in those libraries also.