[commit: packages/mtl] master: Fix broken link to the paper 'Generalising Monads to Arrows' (#34) (42b1c92)

git at git.haskell.org git at git.haskell.org
Thu Aug 3 09:58:12 UTC 2017


Repository : ssh://git@git.haskell.org/mtl

On branch  : master
Link       : http://git.haskell.org/packages/mtl.git/commitdiff/42b1c92d464ed803769924ab074e54304305a6a2

>---------------------------------------------------------------

commit 42b1c92d464ed803769924ab074e54304305a6a2
Author: Nico Schottelius <nico-github.com at schottelius.org>
Date:   Thu Jul 20 19:55:10 2017 +0200

    Fix broken link to the paper 'Generalising Monads to Arrows' (#34)
    
    Signed-off-by: Nico Schottelius <nico at wurzel.schottelius.org>


>---------------------------------------------------------------

42b1c92d464ed803769924ab074e54304305a6a2
 Control/Monad/State/Lazy.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Control/Monad/State/Lazy.hs b/Control/Monad/State/Lazy.hs
index 8de3120..a715abb 100644
--- a/Control/Monad/State/Lazy.hs
+++ b/Control/Monad/State/Lazy.hs
@@ -59,7 +59,7 @@ import Control.Monad.Fix
 -- $examples
 -- A function to increment a counter.  Taken from the paper
 -- /Generalising Monads to Arrows/, John
--- Hughes (<http://www.math.chalmers.se/~rjmh/>), November 1998:
+-- Hughes (<http://www.cse.chalmers.se/~rjmh/Papers/arrows.pdf>), November 1998:
 --
 -- > tick :: State Int Int
 -- > tick = do n <- get



More information about the ghc-commits mailing list