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

Allow n-ary foralls #181

Merged
merged 1 commit into from
Nov 3, 2020
Merged

Allow n-ary foralls #181

merged 1 commit into from
Nov 3, 2020

Conversation

yannham
Copy link
Member

@yannham yannham commented Oct 26, 2020

Depends on #180. The syntax currently requires to write nested foralls one by one, that is e.g. forall a. forall b. forall c. a -> b -> c -> a. This PRs enables the more concise syntax forall a b c. a -> b -> c -> a.

Base automatically changed from task/migrate-to-logos to master October 27, 2020 13:44
@dpulls
Copy link

dpulls bot commented Oct 27, 2020

🎉 All dependencies have been resolved !

@yannham yannham merged commit 06ee598 into master Nov 3, 2020
@yannham yannham deleted the feature/n-ary-foralls branch November 3, 2020 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants