typeclasses / haskell-phrasebook

The Haskell Phrasebook: a quick intro to Haskell via small annotated example programs
https://typeclasses.com/phrasebook
210 stars 22 forks source link

Accompanying text for "threads" chapter is out of sync with code #1

Closed jhrcek closed 5 years ago

jhrcek commented 5 years ago

Thank you for this wonderful project!

The text at https://typeclasses.com/phrasebook/threads talks about stderr, which is not used at all in the example code, which is a bit confusing:

Setting the stderr output stream’s buffer mode to line-buffering will make the output of this example more readable.

jhrcek commented 5 years ago

One more minor wart: this page shows incorrect breadcrumb at the top ("timeouts" instead of expected "transactions") https://typeclasses.com/phrasebook/transactions

Screenshot from 2019-08-10 11-33-45

chris-martin commented 5 years ago

Oops, thank you for the corrections! Both errors are fixed now :smile: