We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
extensible-effects
1 parent 413745b commit c666c63Copy full SHA for c666c63
1 file changed
README.rst
@@ -28,10 +28,10 @@ What Is It?
28
===========
29
30
Effect lets you isolate your IO and state-manipulation code, by using a system
31
-somewhat similar to Haskell's ``IO`` monad (and `IOSpec`_). It also has
+very similar to Haskell's `extensible-effects`_ package. It also has
32
similarities to Twisted's Deferred objects.
33
34
-.. _`IOSpec`: http://hackage.haskell.org/package/IOSpec
+.. _`extensible-effects`: https://hackage.haskell.org/package/extensible-effects
35
36
The benefits of this are many: first, the majority of your code can become
37
purely functional, leading to easier testing and ability to reason about
0 commit comments