We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88c397e commit b137d08Copy full SHA for b137d08
1 file changed
app/Main.hs
@@ -55,7 +55,6 @@ import Monads.STEither
55
56
instance MonadReader Options (STEither Options MultipleErrors) where
57
ask = STEither State.get
58
- -- TODO: implement a correct `local`
59
local r (STEither m) = STEither (State.modify r >> m)
60
61
0 commit comments