Skip to content

Commit 213dbf0

Browse files
committed
Add new seqexpr design
1 parent f9c57cf commit 213dbf0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

bytecode/bytecode.pdf

17 Bytes
Binary file not shown.

bytecode/bytecode.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ \section{Bytecode Abstract Syntax}
6363
& | & \keyw{let} x=e~\keyw{in}~e &\\
6464
& | & \mathscr{L} &\\
6565
& | & e.\keyw{match} \overline{x:p.L \Rightarrow e} ~[\keyw{else} e] &\\
66-
& | & \overline{e} &\\
66+
& | & \overline{e ~| ~d} &\\
6767
&&\\
6868
\mathscr{L} & ::= & string & literals \\
6969
& | & integer &\\

0 commit comments

Comments
 (0)