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

Revising the syntax of vprops in Pulse #132

Merged
merged 5 commits into from
Dec 12, 2023
Merged

Revising the syntax of vprops in Pulse #132

merged 5 commits into from
Dec 12, 2023

Conversation

nikswamy
Copy link
Collaborator

The syntax of vprops in Pulse now coincides with their syntax in F*.

The main enabler was the addition of overloaded quantifier tokens in F*, i.e., FStarLang/FStar#3149

Now, you can write

exists* x y z. p ** q ** r

for vprops in both F* and Pulse contexts.

The Pulse parser no longer has special treatment for vprops. So, this also gets rid of the `@ syntax of embedding F* terms inside Pulse vprop, since the syntax of a Pulse vprop is now just the syntax of F* terms.

This fixes a couple of open issues: #50 #14 (and gets rid of some WHY WHY WHY remarks in Tahina's Pulse code).

@nikswamy nikswamy enabled auto-merge December 12, 2023 16:30
@nikswamy nikswamy merged commit 676f85b into main Dec 12, 2023
2 checks passed
@nikswamy nikswamy deleted the nik_syntax branch December 12, 2023 17:00
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.

1 participant