Effective Haskell: error messages appear to be misformatted (page 25 and following pages)

The error messages in “Creating Lists With More Than One Type” and other sections appear to be misformatted. For instance, in “Ambiguous type variable ‘a0’ arising from a use of ‘print’”, “Ambiguous”, “type”, and “of” are in a highlighted color and the other error message words are not. This does not match ghci’s behavior or my understanding of which words are important / keywords.

1 Like