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

A type class which captures stack-safe monadic tail recursion

Results 1 purescript-tailrec issues
Sort by recently updated
recently updated
newest added

https://github.com/purescript/purescript-tailrec/blob/master/src/Control/Monad/Rec/Class.purs#L126 The reference to `a` will be unnecessarily held while the loop is run.

status: needs more info