Skip to content

Commit 18991ec

Browse files
authored
Update 3ch.md
1 parent ab2f241 commit 18991ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/3ch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ demo = do
6363
listen = do
6464
third <- expect :: Process ProcessId
6565
first <- expect :: Process String
66-
second <- expectTimeout 100000 :: Process String
66+
second <- expectTimeout 100000 :: Process (Maybe String)
6767
mapM_ (say . show) [first, second, third]
6868
send third ()
6969
{% endhighlight %}

0 commit comments

Comments
 (0)