Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tonivade committed Oct 12, 2024
1 parent 8a37abc commit df4a605
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ public class MonadMTL<F extends Kind<F, ?>, S, R, E>
private final Monad<EffectR<F, R, E, ?>> monadR;
private final MonadError<StateT<EffectR<F, R, E, ?>, S, ?>, E> monadErrorS;
private final MonadReader<StateT<EffectR<F, R, E, ?>, S, ?>, R> monadReaderS;

private final MonadState<StateT<EffectR<F, R, E, ?>, S, ?>, S> monadStateS;

public MonadMTL(Monad<F> monad) {
Expand Down

0 comments on commit df4a605

Please sign in to comment.