Skip to content

Commit 131bfcf

Browse files
author
Aslan Askarov
committed
checkpoint
1 parent cc640d2 commit 131bfcf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

body.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,12 +234,11 @@ \subsubsection{Sending and receiving messages}
234234
spawn threads.
235235

236236

237-
\if 0
238237
\paragraph{Implementation note}
239238
Internally, handlers are desugared into a function with a case expression that returns a tuple such that the first
240239
element of the tuple indicates whether the message should be picked or not, and the second element is the body
241240
of the handler wrapped in a function, e.g., a value of the form \textcode{fn () => $\mathit{e_2}$}.
242-
\fi
241+
243242

244243
\subsubsection{Example: receive with a timeout}
245244
The following listing illustrates a program that implements

0 commit comments

Comments
 (0)