Tutorials: Chapter 3 ----------------------- In the first example of `Selective Receive` the type of the expression: ```haskell second <- expectTimeout 100000 :: Process String ``` should be ```haskell second <- expectTimeout 100000 :: Process (Maybe String) ```