-
Notifications
You must be signed in to change notification settings - Fork 20
Motivate the conformance model #988
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
Conversation
|
I added the contents to |
d9bcadd to
367376d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR converts the conformance model module from a plain Agda file to a literate Agda file with extensive documentation explaining the purpose and design of the conformance model.
- Added comprehensive documentation explaining why the conformance model differs from the Conway specification
- Documented the motivation, guarantees, and alternatives considered for the conformance model design
- Preserved all existing module imports in the literate format
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| src/Ledger/Conway/Conformance.lagda.md | New literate Agda file with detailed documentation explaining the conformance model's purpose, design decisions, and relationship to the Haskell implementation |
| src/Ledger/Conway/Conformance.agda | Removed in favor of the literate Agda version |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
carlostome
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
Closes #924