up-to-date-real-world-haskell icon indicating copy to clipboard operation
up-to-date-real-world-haskell copied to clipboard

I'm trying to update the Real World Haskell book

Results 24 up-to-date-real-world-haskell issues
Sort by recently updated
recently updated
newest added
trafficstars

I think this is a great effort / project. I am sure I'm not the only one who would be willing to sponsor the project monetarily. And I'm sure some...

![image](https://user-images.githubusercontent.com/129525/115561362-6441ae00-a2ad-11eb-8a36-483f25c9813b.png)

I follow the codes in chapter 14 and find some little problems. 1. `charClass_wordy` defined but not used, I think maybe the `charClass` function should be modified as following: ```haskell...

In "Chapter 6: Using Type Classes" at "The dreaded monomorphism restriction" it states that the following code results in an error. ```hs myShow = show ``` But in ghci I...

Minor change, fixes the file misordering in GitHub's UI and elsewhere. Thanks for the project!

Hi, I was reading [Chapter 6: Using Type Classes](https://github.com/tssm/up-to-date-real-world-haskell/blob/master/6-using-typeclasses.org). I found several lines missing (for the declaration of `UniqueId` was unclear): However, as I looked into the source, these lines...

in the description of splitFileName: But in chapter 8, here describe it: And when I run it in the ghci: could it be update?

This is from Chapter 1, "Getting Started": ```haskell ghci> 7 ^ 80 40536215597144386832065866109016673800875222251012083746192454448001 it :: Integer ``` But with latest `ghc`, we get: ```haskell ghci> 7 ^ 80 40536215597144386832065866109016673800875222251012083746192454448001 it...

Perhaps the chapter on exceptions can talk about async exceptions? cf. https://tech.fpcomplete.com/haskell/tutorial/exceptions

Sorry, I didn't know how else to contact you. It would be great if there was a way to contribute. I for one, am interested. :-)