Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Add prose for typing rule of DELEGATEadm #235

Merged
merged 3 commits into from
Nov 23, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions document/core/appendix/properties.rst
Original file line number Diff line number Diff line change
Expand Up @@ -628,8 +628,14 @@ To that end, all previous typing judgements :math:`C \vdash \X{prop}` are genera
:math:`\DELEGATEadm\{l\}~\instr^\ast~\END`
..........................................

.. todo::
Add prose.
* The label :math:`C.\CLABELS[l]` must be defined in the context.

* Let :math:`C'` be the same :ref:`context <context>` as :math:`C`, but with the label :math:`[t^\ast]` prepended to the |CLABELS| vector.

* Under context :math:`C'`,
the instruction sequence :math:`\instr^\ast` must be :ref:`valid <valid-instr-seq>` with type :math:`[]\to[t^\ast]`.

* Then the compound instruction is valid under context :math:`C'` with type :math:`[] \to [t^\ast]`.

.. math::
\frac{
Expand Down