Skip to content

Commit

Permalink
add a derivation rule for CATCH expression to the specification document
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshihiro503 committed May 30, 2019
1 parent d199721 commit 077429f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/derivation-rules.saty
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,17 @@ but extended by remote call, local call, list, etc.
}
);
>
+small-block<
+math(
${
\derive?:{\paren{\mathsc{CATCH}}}{
| \judgement{A}{e}{\tau}{C} |
}{
\judgement{A}{\mathtt!{catch}\(e\)}{\mathtt!{any\(\)}}{C}
}
}
);
>
+section{Differences from the original paper}<
+p{
The differences from the derivation rules on the original paper are as follows.
Expand Down

0 comments on commit 077429f

Please sign in to comment.