Port the tail call optimizer
felixSchl opened this issue · 1 comments
felixSchl commented
This should be a straightforward port of the equivalent Haskell code: https://github.com/purescript/purescript/blob/master/src/Language/PureScript/CoreImp/Optimizer/TCO.hs
felixSchl commented
Done