Validation¶
Conventions¶
Contexts¶
The context is enriched with an additional flag on label types:
Existing typing rules are adjusted as follows:
All rules that extend the context with new labels use an absent
flag.All rules that inspect the context for a label ignore the presence of a
flag.
Note
This flag is used to distinguish labels bound by catch clauses, which can be targeted by
Instructions¶
Control Instructions¶
¶
The block type must be valid as some function type
.Let
be the same context as , but with the label type prepended to the vector.Under context
, the instruction sequence must be valid with type .Let
be the same context as , but with the label type prepended to the vector.For every
and in :The tag
must be defined in the context .Let
be the tag type .The result type
must be empty.Under context
, the instruction sequence must be valid with type .
If
is not empty, then:Under context
, the instruction sequence must be valid with type .
Then the compound instruction is valid with type
.
Note
The notation
¶
The label
must be defined in the context.The block type must be valid as some function type
.Let
be the same context as , but with the result type prepended to the vector.Under context
, the instruction sequence must be valid with type .Then the compound instruction is valid with type
.
Note
The label index space in the context
¶
The label
must be defined in the context.Let
be the label type .The
must be present in the label type .Then the instruction is valid with type
, for any sequences of value types and .
Note
The