Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ADTs as recursive values #72

Open
forell opened this issue Apr 30, 2024 · 0 comments
Open

ADTs as recursive values #72

forell opened this issue Apr 30, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@forell
Copy link
Member

forell commented Apr 30, 2024

Fully-applied ADT constructors could be considered productive values, provided the recursive occurrences are guarded by lambdas.

let rec r = C { f = fn x => ... r ... }
@forell forell added the enhancement New feature or request label Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant