We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab2f241 commit 18991ecCopy full SHA for 18991ec
tutorials/3ch.md
@@ -63,7 +63,7 @@ demo = do
63
listen = do
64
third <- expect :: Process ProcessId
65
first <- expect :: Process String
66
- second <- expectTimeout 100000 :: Process String
+ second <- expectTimeout 100000 :: Process (Maybe String)
67
mapM_ (say . show) [first, second, third]
68
send third ()
69
{% endhighlight %}
0 commit comments