You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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 todo' parser elaborator
See the following paper:
https://dl.acm.org/doi/pdf/10.1145/3547640
The text was updated successfully, but these errors were encountered: