Open mpickering opened 7 years ago
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.
Thanks for pointing that out! It should be fixed now (possibly requiring a hard refresh).
Under the heading "The third change" I think the snippet
is formatted incorrectly.