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.
13 originally failed to build because the Spago version wasn't hard-coded. So, it installed
0.8.0.0
instead of0.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.