purescript-free icon indicating copy to clipboard operation
purescript-free copied to clipboard

push more cofree operations through the trampoline

Open jdegoes opened this issue 11 years ago • 1 comments

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.

jdegoes avatar Sep 29 '14 20:09 jdegoes

Since this was opened in 2014 (7 years ago!?) I'm not sure whether this issue is still relevant.

JordanMartinez avatar Dec 04 '21 16:12 JordanMartinez