JordanMartinez / learn-halogen

Learn purescript-halogen using a bottom-up apporach via this "clone-and-play" repository
188 stars 28 forks source link

hard-code Spago to 0.8.0.0; use real ReaderT design pattern #14

Closed JordanMartinez closed 5 years ago

JordanMartinez commented 5 years ago

13 originally failed to build because the Spago version wasn't hard-coded. So, it installed 0.8.0.0 instead of 0.7.5.0.

Also, my example of the ReaderT design pattern didn't show the design pattern. Rather, it just showed how to use a monad transformer (ReaderT) rather than Aff. This PR updates it to use AppM. It still doesn't show the capabilities one could use, but those who know the ReaderT design pattern should already get how it works.

JordanMartinez commented 5 years ago

I sort of forgot about this PR. Merging!