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

[FEATURE] Support for pattern matching in recursive functions #583

Closed
konnov opened this issue Feb 16, 2021 · 0 comments
Closed

[FEATURE] Support for pattern matching in recursive functions #583

konnov opened this issue Feb 16, 2021 · 0 comments
Assignees
Labels
FTC-Snowcat Feature: Fully-functional type checker Snowcat new New issue to be triaged.

Comments

@konnov
Copy link
Collaborator

konnov commented Feb 16, 2021

The syntax of TLA+ allows one to write the following definition:

fun[<<a, b>> \in Int \X BOOLEAN] == a

The type checker should be able to check it correctly.

@konnov konnov added new New issue to be triaged. FTC-Snowcat Feature: Fully-functional type checker Snowcat labels Feb 16, 2021
@konnov konnov added this to the March iteration milestone Feb 16, 2021
@konnov konnov self-assigned this Feb 16, 2021
konnov added a commit that referenced this issue Feb 16, 2021
@konnov konnov mentioned this issue Feb 16, 2021
4 tasks
@konnov konnov closed this as completed in 946cfc2 Feb 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FTC-Snowcat Feature: Fully-functional type checker Snowcat new New issue to be triaged.
Projects
None yet
Development

No branches or pull requests

1 participant