Skip to content

Commit b137d08

Browse files
committed
TODO: monadreader for STEither finished
1 parent 88c397e commit b137d08

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/Main.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ import Monads.STEither
5555

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

6160

0 commit comments

Comments
 (0)