Elaborate literal Grammar-v1 Bytes sizes exactly - #478
Merged
abiggerhammer merged 3 commits intoSep 1, 2026
Conversation
This was referenced Sep 1, 2026
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-001with a boundedBytes[...]type bridge built only on the already-verified context-free Nat literal elaboration from #477.Contract
Bytes[0],Bytes[7], and other decimal Nat literals map exactly to CoreTyBytes (RefNat n);RefNatresults are accepted as intrinsic byte sizes;Bytes[n]remains unresolved until a competent binding-aware name elaborator establishes the identity and Nat sort ofn;Bytestypes remain outside this bridge;TyBytes.Executable pressure
Phase1GrammarV1IntrinsicBytesTypeElaborationMain.hsparsesBytes[0],Bytes[7],Bytes[n], and a non-Bytes type. The literal sizes must elaborate exactly; the contextual name and non-Bytes form must fail closed.This is the eighth bounded SURF-008 slice after #462, #464, #466, #468, #471, #474, and #477; full Grammar-v1 elaboration correspondence remains open.