Skip to content

Commit

Permalink
Kwxm/lazy machine doc (#347)
Browse files Browse the repository at this point in the history
* Removed unused stack frame

* Correct typo in CK machine
  • Loading branch information
Kenneth MacKenzie authored Nov 29, 2018
1 parent 22fd01e commit 46c2da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/fomega/lazy-machine/ckmachine.tex
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
s &\compute \builtin{bn}{\repetition{A}}{} &{}\mapsto{}&
U \quad (\textit{$bn$ computes on $\repetition{A}$ to $U$})\\
s &\compute \builtin{bn}{\repetition{A}}{M \repetition{M}} &{}\mapsto{}&
s \compute \inBuiltin{bn}{\repetition{A}}{}{\_}{\repetition{M}}{M}\\
s, \inBuiltin{bn}{\repetition{A}}{}{\_}{\repetition{M}} \compute {M}\\
s &\compute \error{A} &{}\mapsto{}& \ckerror{}\\
\cdot &\return V &{}\mapsto{}& \square V\\
s,\inInstLeftFrame{A} &\return \abs{\alpha}{K}{M} &{}\mapsto{}& s \compute{M} \\
Expand Down

0 comments on commit 46c2da2

Please sign in to comment.