Errata page for my book F# Applied
Last active
July 17, 2016 15:16
-
-
Save tamizhvendan/987828aae0780b0394531798ce0138b1 to your computer and use it in GitHub Desktop.
F# Applied Book Errata
Page 8:
This function forms the basis for the Suave Library. Without adding any ceremony around, Suave takes this simple function and builds a beautiful, scalable and robust web application development experience around it.
Could be:
This function forms the basis of the Suave Library. Suave takes this simple function and builds a beautiful, scalable and robust web development experience around it.
Page 9:
To keep things simple, we are just concentrating on what needed for our mini web server.
Should be:
To keep things simple, we are just concentrating on what's needed for our mini web server.
Author
Thank you @tonymobster, @tonymobster & @mofus for the comments. Will be releasing the updated version in few days.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Page 4:
Should be:
The fifth chapter introduces you to the wonderful world of Functional Reactive Programming (FRP). We will be implementating an API Gateway by writing beautiful code with Reactive Extensions (Rx).