You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Thinking Functionally with Haskell](http://www.cambridge.org/us/academic/subjects/computer-science/programming-languages-and-applied-logic/thinking-functionally-haskell)
17
-
*[Parallel and Concurrent Programming in Haskell](https://simonmar.github.io/pages/pcph.html)
18
17
*[Programming in Haskell](http://www.cs.nott.ac.uk/~pszgmh/pih.html)
19
18
*[Haskell: The Craft of Functional Programming](http://www.haskellcraft.com/craft3e/Home.html)
20
19
*[The Haskell School of Music](http://euterpea.com/haskell-school-of-music/)
21
20
*[Developing Web Applications with Haskell and Yesod](http://www.yesodweb.com/book)
22
21
*[Get Programming with Haskell](https://www.manning.com/books/get-programming-with-haskell)
23
22
23
+
## Intermediate Haskell Books
24
+
25
+
*[Functional Design and Architecture](https://leanpub.com/functional-design-and-architecture)
26
+
*[Haskell in Depth](https://www.manning.com/books/haskell-in-depth)
27
+
*[Parallel and Concurrent Programming in Haskell](https://simonmar.github.io/pages/pcph.html)
@@ -81,7 +88,6 @@ The Cabal guide is a good start but there's a lot to learn:
81
88
Documentation for Haskell libraries is typically available on Hackage. We also have specialized tools for searching across it, not only by name, but by type.
82
89
83
90
*[Hoogle API Search](http://www.haskell.org/hoogle/)
84
-
*[Hayoo! API Search](http://hayoo.fh-wedel.de)
85
91
*[Hackage](http://hackage.haskell.org/)
86
92
*[Stackage (with API Search)](https://www.stackage.org)
0 commit comments