Skip to content

Definition of fix lacks sharing #48

@natefaubion

Description

@natefaubion

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions