Skip to content

Commit

Permalink
TODO: monadreader for STEither finished
Browse files Browse the repository at this point in the history
  • Loading branch information
thautwarm committed Feb 22, 2020
1 parent 88c397e commit b137d08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Main.hs
Expand Up @@ -55,7 +55,6 @@ import Monads.STEither

instance MonadReader Options (STEither Options MultipleErrors) where
ask = STEither State.get
-- TODO: implement a correct `local`
local r (STEither m) = STEither (State.modify r >> m)


Expand Down

0 comments on commit b137d08

Please sign in to comment.