From d4ff5ccc28a9374231ab64d166b4fba2094e7c31 Mon Sep 17 00:00:00 2001 From: panne Date: Sat, 8 Mar 2003 19:02:39 +0000 Subject: [PATCH] [project @ 2003-03-08 19:02:39 by panne] Fixed some broken/redirected/canonicalized links found by a very picky link checker. --- Control/Monad/Error.hs | 2 +- Control/Monad/Fix.hs | 2 +- Control/Monad/Identity.hs | 2 +- Control/Monad/Monoid.hs | 2 +- Control/Monad/RWS.hs | 2 +- Control/Monad/Reader.hs | 2 +- Control/Monad/State.hs | 2 +- Control/Monad/Trans.hs | 2 +- Control/Monad/Writer.hs | 2 +- Text/ParserCombinators/Parsec.hs | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Control/Monad/Error.hs b/Control/Monad/Error.hs index 19445bf..9b2661d 100644 --- a/Control/Monad/Error.hs +++ b/Control/Monad/Error.hs @@ -12,7 +12,7 @@ -- -- Rendered by Michael Weber , -- inspired by the Haskell Monad Template Library from --- Andy Gill () +-- Andy Gill () -- ----------------------------------------------------------------------------- diff --git a/Control/Monad/Fix.hs b/Control/Monad/Fix.hs index 6c9ac7f..b3dc329 100644 --- a/Control/Monad/Fix.hs +++ b/Control/Monad/Fix.hs @@ -14,7 +14,7 @@ -- Inspired by the paper -- /Functional Programming with Overloading and -- Higher-Order Polymorphism/, --- Mark P Jones () +-- Mark P Jones () -- Advanced School of Functional Programming, 1995. -- ----------------------------------------------------------------------------- diff --git a/Control/Monad/Identity.hs b/Control/Monad/Identity.hs index 5a6f5ad..4fb5e35 100644 --- a/Control/Monad/Identity.hs +++ b/Control/Monad/Identity.hs @@ -14,7 +14,7 @@ -- Inspired by the paper -- /Functional Programming with Overloading and -- Higher-Order Polymorphism/, --- Mark P Jones () +-- Mark P Jones () -- Advanced School of Functional Programming, 1995. -- ----------------------------------------------------------------------------- diff --git a/Control/Monad/Monoid.hs b/Control/Monad/Monoid.hs index 478f390..5965620 100644 --- a/Control/Monad/Monoid.hs +++ b/Control/Monad/Monoid.hs @@ -14,7 +14,7 @@ -- Inspired by the paper -- /Functional Programming with Overloading and -- Higher-Order Polymorphism/, --- Mark P Jones () +-- Mark P Jones () -- Advanced School of Functional Programming, 1995. ----------------------------------------------------------------------------- diff --git a/Control/Monad/RWS.hs b/Control/Monad/RWS.hs index 2fdc309..1136986 100644 --- a/Control/Monad/RWS.hs +++ b/Control/Monad/RWS.hs @@ -14,7 +14,7 @@ -- Inspired by the paper -- /Functional Programming with Overloading and -- Higher-Order Polymorphism/, --- Mark P Jones () +-- Mark P Jones () -- Advanced School of Functional Programming, 1995. ----------------------------------------------------------------------------- diff --git a/Control/Monad/Reader.hs b/Control/Monad/Reader.hs index a8c6427..c3e9939 100644 --- a/Control/Monad/Reader.hs +++ b/Control/Monad/Reader.hs @@ -14,7 +14,7 @@ -- Inspired by the paper -- /Functional Programming with Overloading and -- Higher-Order Polymorphism/, --- Mark P Jones () +-- Mark P Jones () -- Advanced School of Functional Programming, 1995. ----------------------------------------------------------------------------- diff --git a/Control/Monad/State.hs b/Control/Monad/State.hs index cafdd72..2e77d04 100644 --- a/Control/Monad/State.hs +++ b/Control/Monad/State.hs @@ -14,7 +14,7 @@ -- Inspired by the paper -- /Functional Programming with Overloading and -- Higher-Order Polymorphism/, --- Mark P Jones () +-- Mark P Jones () -- Advanced School of Functional Programming, 1995. ----------------------------------------------------------------------------- diff --git a/Control/Monad/Trans.hs b/Control/Monad/Trans.hs index f81c194..8ef979d 100644 --- a/Control/Monad/Trans.hs +++ b/Control/Monad/Trans.hs @@ -14,7 +14,7 @@ -- Inspired by the paper -- /Functional Programming with Overloading and -- Higher-Order Polymorphism/, --- Mark P Jones () +-- Mark P Jones () -- Advanced School of Functional Programming, 1995. ----------------------------------------------------------------------------- diff --git a/Control/Monad/Writer.hs b/Control/Monad/Writer.hs index 415ca7f..7b48717 100644 --- a/Control/Monad/Writer.hs +++ b/Control/Monad/Writer.hs @@ -14,7 +14,7 @@ -- Inspired by the paper -- /Functional Programming with Overloading and -- Higher-Order Polymorphism/, --- Mark P Jones () +-- Mark P Jones () -- Advanced School of Functional Programming, 1995. ----------------------------------------------------------------------------- diff --git a/Text/ParserCombinators/Parsec.hs b/Text/ParserCombinators/Parsec.hs index 28937cd..a9ef347 100644 --- a/Text/ParserCombinators/Parsec.hs +++ b/Text/ParserCombinators/Parsec.hs @@ -17,7 +17,7 @@ -- Monadic Parser Combinators. -- Technical report NOTTCS-TR-96-4. -- Department of Computer Science, University of Nottingham, 1996. --- +-- -- -- * Andrew Partridge, David Wright: -- Predictive parser combinators need four values to report errors. -- 1.7.10.4