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

Seq vs List Correspondence #1302

Closed
wants to merge 20 commits into from

Conversation

adamstucci
Copy link
Contributor

  • Current imperative example uses a tree structure for sequential composition

  • This PR adds a similar example language that instead uses lists for sequences of statements

  • Proofs to show that any (terminating) program in one language can be written as a program in the other

  • Please critique

  • Proofs are verbose and could be simplified

@adamstucci adamstucci marked this pull request as draft September 19, 2024 10:03
@adamstucci
Copy link
Contributor Author

Closing to break up into separate PRs

@adamstucci adamstucci closed this Sep 21, 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

Successfully merging this pull request may close these issues.

1 participant