What the block scanners compute — proof internals #
The two total parsers of a self-delimiting block — pairFst decodes the
leading block's payload, pairSnd returns the suffix after it (both defined in
Complexitylib.Encoding.Pairing) — and the control states their scanners
share. Complexity.pairSplitCoreTM handles only valid pair inputs, so the total
decoders need machines of their own; those are Internal.SndBlock,
Internal.FstBlock and Internal.Cat, one per machine.
@[instance_reducible]
@[instance_reducible]
Equations
- One or more equations did not get rendered due to their size.