Definition of `fix` lacks sharing
natefaubion opened this issue · 1 comments
natefaubion commented
See purescript/purescript-lists#140 (comment)
The recursion with fix f prevents sharing. It should be defined as:
fix f = go where go = defer \_ -> f gogaryb commented
Resolved in 0.12 branch