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

Lawful proofs #232

Merged
merged 7 commits into from
Dec 28, 2023
Merged

Lawful proofs #232

merged 7 commits into from
Dec 28, 2023

Conversation

odderwiser
Copy link
Contributor

Proofs completed:

  • Lawful ordering: gte2GtEq, `lte2LtEq', 'gte2nlt', 'lte2ngt'
  • Lawful Monoid: composition instance for List and Maybe
  • added principle of explosion (exFalso) in lib/Haskell/Prim (not sure if the right file to put it)

@odderwiser
Copy link
Contributor Author

Additional proofs:

  • Lawful Monad for List
  • Lawful Applicative for List
  • helper proofs in Haskell/Law/List

@odderwiser odderwiser marked this pull request as ready for review December 28, 2023 12:43
Copy link
Member

@jespercockx jespercockx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great, thank you!

@jespercockx jespercockx merged commit 5acd4eb into agda:master Dec 28, 2023
7 checks passed
@jespercockx jespercockx added this to the 1.3 milestone Dec 28, 2023
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.

2 participants