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
Copy file name to clipboardExpand all lines: markdown/source_md/faq.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,8 @@ Sure, it's licensed under a [creative commons](https://creativecommons.org/licen
8
8
9
9
## Do you recommend any other Haskell reading material?
10
10
11
-
There are loads of awesome tutorials out there, but I'd just like to point out how great [Real World Haskell](http://book.realworldhaskell.org/read/){rel=nofollow} is.
12
-
It's really great.
13
-
I feel it complements this tutorial nicely.
14
-
This tutorial focuses mainly on using simple examples to ease beginners into learning Haskell, whereas Real World Haskell really shows you how to do useful stuff with it.
11
+
There are many excellent Haskell tutorials available, but it’s also worth highlighting the official [Haskell](https://www.haskell.org/documentation/) documentation. It provides a well-structured set of learning materials spanning beginner and intermediate topics.
12
+
This tutorial focuses on simple examples to ease newcomers into Haskell, while the broader documentation complements it by covering more practical and advanced use cases.
15
13
16
14
Another great Haskell resource is [Try Haskell](https://tryhaskell.org){rel=nofollow}, which allows you to try Haskell right in your browser and offers a rad interactive walkthrough.
0 commit comments