-
Notifications
You must be signed in to change notification settings - Fork 0
Recursive bindings #13
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request