Compose verified binding-aware Grammar-v1 types - #511
Open
abiggerhammer wants to merge 2 commits into
Open
Conversation
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.
Summary
Continue Matrix
SURF-008/ ledgerPHIL-SURFACE-ELAB-001by composing the already-verified context-free type dispatcher with the live Nat-boundBytes[...]bridge from #499 and binding-awareProof[...]bridge from #509.Contract
Bytes[...]additionally admits only the Elaborate live Nat-bound Grammar-v1 Bytes types exactly #499 live simple-name Nat-index form; literal and live-name routes are the two already-verified fragments, not new fallback semantics;Proof[...]delegates only to the Compose live Grammar-v1 propositions into Proof types #509 binding-aware Proof bridge, which already includes intrinsic and live relation/claim leaves under exact logical composition;Executable pressure
The existing
Phase1GrammarV1IntrinsicTypeCompositionMain.hsaudit gate now also pressures the composed binding-aware type dispatcher from real Grammar-v1 source. It covers intrinsic types, literal and live Nat Bytes, live and intrinsic Proof types, Frame and Validated preservation, and fail-closed wrong-sort/unknown Bytes plus unknown, consumed, arithmetic, and specialized Proof leaves. The existing Audit Reconciliation workflow already owns this gate.This is the twenty-fifth bounded SURF-008 slice after #462, #464, #466, #468, #471, #474, #477, #478, #481, #482, #485, #486, #488, #489, #491, #492, #494, #496, #498, #499, #501, #505, #506, and #509; full Grammar-v1 elaboration correspondence remains open.