Skip to content

Commit b543b29

Browse files
committed
typo
1 parent 175c151 commit b543b29

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
@@ -151,7 +151,7 @@ type MyDeeperStack = ReaderT Int (WriterT String (MaybeT IO)) Bool
151151
:: MaybeT IO Bool -> MyDeeperStack
152152
```
153153
154-
With `liftIO`, as is well:
154+
With `liftIO`, all is well:
155155
156156
```
157157
> :t \x -> (liftIO x :: MyDeeperStack)

0 commit comments

Comments
 (0)