Skip to content

Commit

Permalink
[spec] Fix prose for blocktype validation
Browse files Browse the repository at this point in the history
  • Loading branch information
rossberg committed Oct 30, 2023
1 parent 673eaf5 commit ebc848c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion document/core/valid/types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Block Types

* The type :math:`C.\CTYPES[\typeidx]` must be defined in the context.

* Let :math:`[t_1^\ast] \toF [t_2^\ast]` be the :ref:`function type <syntax-functype>` :math:`C.\CTYPES[\typeidx]`.
* The :ref:`expansion <aux-expand-deftype>` of :math:`C.\CFUNCS[\typeidx]` must be a :ref:`function type <syntax-functype>` :math:`\TFUNC~[t_1^\ast] \toF [t_2^\ast]`.

* Then the block type is valid as :ref:`instruction type <syntax-instrtype>` :math:`[t_1^\ast] \to [t_2^\ast]`.

Expand Down

0 comments on commit ebc848c

Please sign in to comment.