Skip to content

Commit

Permalink
Small change in IL grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
WoWaster committed Apr 15, 2024
1 parent 95def94 commit e0a4b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
$$
\begin{alignat*}{3}
&prog &&::= e_0\ \mathbf{where}\ h_1 = e_1\ \dots \ h_n = e_n&\\
&e \in Exp& &::= \ x&\\
&e &&::= \ x&\\
&&\mid & \ c\ e_1 \dots e_n&\\
&&\mid & \ \lambda x.e&\\
&&\mid & \ f&\\
Expand Down

0 comments on commit e0a4b21

Please sign in to comment.