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

Fully implement do unchained paper in Lean4 #1

Open
FrederickPu opened this issue Oct 8, 2024 · 0 comments
Open

Fully implement do unchained paper in Lean4 #1

FrederickPu opened this issue Oct 8, 2024 · 0 comments
Assignees

Comments

@FrederickPu
Copy link
Owner

FrederickPu commented Oct 8, 2024

The do unchained paper does not contain a full reference implementation of the hygienic macro system based version of lean4's do notation.

Goal is to create a fully implemented reference implementation so that progress that we can begin prototyping on adding dependently typed mutable vars to lean's do notation.

Another [stretch] would be to implement the same system again using lean's parser and elaborator system and explore what verification approaches can be used to show equivalence between the two systems.

That is do' hygenic is equivalent to do' parser elaborator

See the following paper:
https://dl.acm.org/doi/pdf/10.1145/3547640

@FrederickPu FrederickPu self-assigned this Oct 8, 2024
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

No branches or pull requests

1 participant