File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ middleware.
2323
2424Middleware are composed using ``ibind ``, the indexed monadic version of
2525``bind ``. The simplest way of composing middleware is by chaining them
26- with ``:*> ``, from ``Control.IxMonad ``. See
27- `haskell -indexed-monad <https://pursuit.haskell .org/packages/haskell -indexed-monad/0.1.1 >`__
26+ with ``:*> ``, from ``Control.Monad.Indexed ``. See
27+ `purescript -indexed-monad <https://pursuit.purescript .org/packages/purescript -indexed-monad/1.0.0 >`__
2828for more information.
2929
3030.. code-block :: haskell
@@ -34,7 +34,7 @@ for more information.
3434 :*> respond "We're composing middleware!"
3535
3636 If you want to feed the return value of one middleware into another, use
37- ``:>>= ``, the infix operator alias for ``mbind ``.
37+ ``:>>= ``, the infix operator alias for ``ibind ``.
3838
3939.. code-block :: haskell
4040
You can’t perform that action at this time.
0 commit comments