Effective Haskell (Pragmatic Bookshelf)

Most Active This Week Top

Most Active This Month Top

Most Active This Year Top

lkuty
In the code sample at the top of the page, the error message No instance for (Data.String.IsString Int) is not correct and should be the ...
New
patrickbucher
On page 29 on the bottom, it says “fixity declation” instead of “fixity declaration”.
New

Most Active Last Three Years Top

pennychase
@RebeccaSkinner In Effective Haskell Chapter 11 (~ p 410 in ePub), when creating the Encode and Decode instances for String, pack and un...
New
jrinaldi
@RebeccaSkinner Currently, it is: sumOfUniques n = ​ foldr (add n) (additiveIdentity n) . unique n It should be: sumOfUniques n = ​ ...
New
tusktenon
@RebeccaSkinner On p.61 in Chapter 2, the following is described as finding “the sum of the first ten odd numbers”: λ (foldr (+) 0 . fi...
New
New
vvnurmi
the (<>) operator would get passed to the function show instead of the string we get back when we say show 1. I think it should ...
New
vvnurmi
@RebeccaSkinner On page 198, when phantom types are introduced, when listing other changes to the code example at hand, also this necess...
New
lambdacalculator
@RebeccaSkinner Both module statements in the code examples on pp. xvii and xviii in the Introduction (“Following Along with Example Cod...
New
vvnurmi
@RebeccaSkinner The book seems to be missing an import statement like λ import HaskellBook.Examples.Introduction.CreatingModules (Name ...
New
jdgleeson
‘PolyKinds GHC2021’ (page xx, line 12) is a duplicate entry. See last line on page xix. (Book version P1.0)
New

Most Active Over Three Years Top

DW_Roth
Title: Effective Haskell - Example doesn’t work (page 8) Middle of page 8 says: "Create a new Main.hs and copy the example below to get ...
New
andre
@RebeccaSkinner Thanks you for this beautiful book. Chapter 8 - p.317 3rd paragraph from the bottom If you build your application and ...
New
eponymous
“Much of this {difficult~>difficulty} is due to the complexity inherent in modern systems. ” “Today, software needs to do more things...
New
pennychase
In toCsv (ePub p 157, dropLeadingComma will leave a leading space. In the case statement, the first case is ‘,’:s’ → s’ and it should be ...
New
pennychase
At the beginning of the Composing Functions subsection in Chapter 1 it says: “You’ve already done this kind of implicit function composit...
New
pennychase
At the end of “Depending on Other Files” (ePub p 153), it says “In the next section you’ll learn the basics of Haskell’s syntax and gramm...
New
waj
Functions that accept arguments in any order are called “commutative”, not “associative”. Note that this is mentioned twice in the same p...
New
belega
The addPeano function switches the arguments in the recursive call. The implementation should be: addPeano Z b = b addPeano (S a) b = a...
New
pennychase
In Chapter 8, (Viewing Text One Page at a Time), when defining groupsOf, it says we should use a polymorphic type in the type signature, ...
New
jbcrail
To be more concise and minimize the number of threads, I grouped the suggested corrections into one post. A few notes on how I structure...
New
jbcrail
To be more concise and minimize the number of threads, I grouped the suggested corrections into one post. A few notes on how I structure...
New
pennychase
In the “Filtering List Elements” section, the party budget function is first called “foodBudget” and all subsequent reference are “partyB...
New
darrenfehrmann
On page 19, the last line of the guard clause code snippet: | otherwise = “that’s an unfathomalbly big number” has “unfathomably” missp...
New
pennychase
In the “Functions as Data Types” section of Chapter 4 (ePub p 113), the takeDigits parser is introduced as “we could take some digits fro...
New
pennychase
Effective Haskell Chapter 8 getTerminalSize (Epub p 243) used pure in the case statement and return in the definition of tputScreenDime...
New

Latest in Effective Haskell

View all Effective Haskell threads ❯

Get money off!

The Pragmatic Bookshelf

35% off any eBook

Use the coupon code "devtalk.com" to get 35% off any eBook published by PragProg!

Related Portals