Skip to content

Commit c666c63

Browse files
committed
much better comparison is to Haskell's extensible-effects, not IO.
1 parent 413745b commit c666c63

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ What Is It?
2828
===========
2929

3030
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
31+
very similar to Haskell's `extensible-effects`_ package. It also has
3232
similarities to Twisted's Deferred objects.
3333

34-
.. _`IOSpec`: http://hackage.haskell.org/package/IOSpec
34+
.. _`extensible-effects`: https://hackage.haskell.org/package/extensible-effects
3535

3636
The benefits of this are many: first, the majority of your code can become
3737
purely functional, leading to easier testing and ability to reason about

0 commit comments

Comments
 (0)