reflex-tutorial
reflex-tutorial copied to clipboard
Thanks a lot for the tutorials; I think this is an incredible resource. However, when trying to follow the getting set-up instructions at https://qfpl.io/posts/reflex/basics/exercises/introduction/index.html, after having set up the binary-caches...
`src/Ex00/Exercises.hs` in [exercises/introduction.md](https://github.com/qfpl/reflex-tutorial/blob/master/blog/posts/reflex/basics/exercises/introduction.md) should be replaced my ``src/Ex00/Exercise.hs`. BTW thank you for your grate work!
From Exercise 11 onwards, I had to add this import to every file: ```haskell import qualified Data.Text as Text ``` And in Exercise 12, I had to add this import:...
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,...
Maybe these are not about the actual topic, but stumbled into a strange thing (strange until someone explains it). While trying on localhost and port 8080, my chromium browser is...