qfpl / reflex-tutorial

29 stars 11 forks source link

Formatting error in Ex04 description #9

Open mpickering opened 7 years ago

mpickering commented 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.

dalaing commented 7 years ago

Thanks for pointing that out! It should be fixed now (possibly requiring a hard refresh).