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 28732fd commit 20d4062Copy full SHA for 20d4062
README.md
@@ -2,7 +2,7 @@
2
3
An asynchronous effect monad for PureScript.
4
5
-The moral equivalent of `ErrorT (ContT Unit (Eff (async :: Async | e)) a`, for effects `e`.
+The moral equivalent of `ErrorT (ContT Unit (Eff e) a`, for effects `e`.
6
7
`Aff` lets you say goodbye to monad transformers and callback hell!
8
0 commit comments