Under the heading "The third change" I think the snippet ``` haskell -- src/Ex04/Common.hs data Stock = Stock { sProduct :: Product , sQuantity :: Int } deriving (Eq, Ord, Show) ``` is formatted incorrectly.
Under the heading "The third change" I think the snippet
is formatted incorrectly.