Effective Haskell: code inconsistency (ch.11/12)

In chapter 11 the type data FileData = FileData{..} is introduced. Later FileData a is used, but FileData a is introduced later in chapter 12.

1 Like

Great catch, I missed some refactors in the examples there. I’ll get that cleaned up.