reflex-tutorial
reflex-tutorial copied to clipboard
Formatting error in Ex04 description
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).