Closed
Description
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 go
Metadata
Metadata
Assignees
Labels
No labels
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 go