Skip to content

Recursive bindings #13

@TurtlePU

Description

@TurtlePU

After enabling the corresponding language extension (see #9), the user should be able to define recursive terms like this:

enumFrom n = cons n (enumFrom (succ n))

This definition is then desugared with the help of the Y combinator.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions