Skip to content

Commit b4fc204

Browse files
committed
change EitherT reference to ExceptT
1 parent 6fc8931 commit b4fc204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/monad-transformers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ A `Reader r a` in which the resulting `a` is wrapped in any other monad, i.e. `r
2525

2626
A `State s a` in which the return value and state, namely `(a, s)`, are wrapped in any other monad, i.e. `s -> m (a, s)`
2727

28-
### EitherT
28+
### ExceptT
2929

3030
An `Either e a` wrapped in any other monad, i.e. `m (Either e a)`
3131

0 commit comments

Comments
 (0)