diff --git a/app/Main.hs b/app/Main.hs index 5672262..ab67754 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -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)