mirror of
https://github.com/qfpl/applied-fp-course.git
synced 2024-11-25 19:24:08 +03:00
commit
fa4217e637
@ -104,7 +104,7 @@ newtype AppM a = AppM
|
||||
, MonadError Error
|
||||
)
|
||||
|
||||
-- Now that we've two transformers in out 'stack', we have to 'run' them in order
|
||||
-- Now that we've two transformers in our 'stack', we have to 'run' them in order
|
||||
-- to effect the computations and produce our result in our base monad. When
|
||||
-- you're running monad transformers you have to unpack them in order. Since our outer
|
||||
-- transformer is a ReaderT, we have to run that first. Followed by running
|
||||
|
Loading…
Reference in New Issue
Block a user