Mention @serras haskell-stdlibs book

This commit is contained in:
Gil Mizrahi 2022-03-26 19:26:40 +03:00 committed by GitHub
parent 4624061e9d
commit 11d5865f51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -137,6 +137,8 @@ Here are a few useful packages you might want to use when building software with
- [[http://hackage.haskell.org/package/network][network]] - Low-level networking interface.
- [[http://hackage.haskell.org/package/random][random]] - random number library.
Book (paid): [[https://leanpub.com/haskell-stdlibs/][Haskell (Almost) Standard Libraries]] by Alejandro Serrano Mena
[[https://hackage.haskell.org/][And more]].
** Exercises
*** Lists