purescript-free
purescript-free copied to clipboard
push more cofree operations through the trampoline
Right now only a few operations (such as <$>) are pushed through the trampoline, the remainder are executed on the stack which will mean the cofree data structures must be small enough to process recursively.
Since this was opened in 2014 (7 years ago!?) I'm not sure whether this issue is still relevant.