Add documentation generation for Laurel#434
Merged
keyboardDrummer merged 28 commits intomainfrom Feb 23, 2026
Merged
Conversation
tautschnig
previously approved these changes
Feb 18, 2026
Contributor
tautschnig
left a comment
There was a problem hiding this comment.
Approving of the general direction, but I have a number of questions/suggestion for refinement.
Co-authored-by: Michael Tautschnig <mt@debian.org>
Co-authored-by: Michael Tautschnig <mt@debian.org>
Co-authored-by: Michael Tautschnig <mt@debian.org>
Co-authored-by: Michael Tautschnig <mt@debian.org>
Co-authored-by: Michael Tautschnig <mt@debian.org>
Co-authored-by: Michael Tautschnig <mt@debian.org>
joscoh
reviewed
Feb 18, 2026
Contributor
|
Overall looks good, most of my questions are about the actual language definition rather than the documentation. Could be useful to have an example program in the documentation though. |
joehendrix
reviewed
Feb 19, 2026
joehendrix
reviewed
Feb 19, 2026
joehendrix
reviewed
Feb 19, 2026
Contributor
|
@copilot Please review. |
joscoh
previously approved these changes
Feb 19, 2026
db6cb5b
joehendrix
reviewed
Feb 20, 2026
Co-authored-by: Joe Hendrix <joehx@amazon.com>
joehendrix
approved these changes
Feb 23, 2026
joscoh
approved these changes
Feb 23, 2026
atomb
pushed a commit
that referenced
this pull request
Feb 23, 2026
### Changes - Add documentation for Laurel ### Testing - Locally looked at the generated docs. After merging this should become available on https://strata-org.github.io/Strata/ By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. --------- Co-authored-by: Michael Tautschnig <mt@debian.org> Co-authored-by: Andrew Wells <130512013+andrewmwells-amazon@users.noreply.github.com> Co-authored-by: Joe Hendrix <joehx@amazon.com>
fabiomadge
added a commit
that referenced
this pull request
Feb 24, 2026
Merged commits: f6ff88b, a6e5f93, 64fd6d6, 6f67113, 9dccebf, a0716de, 1221d67, d1c7ddd, cb2411d Conflict resolutions: - IntBoolFactory.lean: took HEAD (has full function set + DivT/ModT). Added intSafeDivFunc/intSafeModFunc with preconditions (PR #444). Added Inhabited constraint to IntBoolFactory. - SMTEncoder.lean: added main's SafeMod + DivT/ModT SMT encodings. - LaurelToCoreTranslator.lean: took HEAD logic, wrapped init RHS values in `some` for PR #432's Cmd.init signature change. - Laurel.lean: took main's version (PR #434 docstrings), then restored branch-specific changes: preconditions (list) in Procedure, postconditions (list) in Body.Opaque/Abstract, removed Determinism, added deriving Repr on WithMetadata and HighType, added Repr instance for Imperative.MetaData.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
Testing
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.