We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59fd52d commit 047eb55Copy full SHA for 047eb55
README.md
@@ -120,9 +120,9 @@ liftEff $ log "Hello world!"
120
This lets you write your whole program in `Aff`, and still call out to
121
synchronous code.
122
123
-If your `Eff` code throws exceptions (`err :: Exception`), you can remove the
124
-exception label using `liftEff'`. Exceptions are part of `Aff`s built-in
125
-semantics, so they will always be caught and propagated anyway.
+If your `Eff` code throws exceptions (`exception :: EXCEPTION`), you can
+remove the exception label using `liftEff'`. Exceptions are part of `Aff`s
+built-in semantics, so they will always be caught and propagated anyway.
126
127
## Dealing with Failure
128
0 commit comments