[Pkg-haskell-commits] [SCM] haskell-testpack branch, master, updated. debian/1.0.2-1-4-gb0d6b36

John Goerzen jgoerzen at complete.org
Fri Apr 23 15:06:34 UTC 2010


The following commit has been merged in the master branch:
commit 43c9ad405633610feac75e19ac9f0c3b851e75dc
Author: John Goerzen <jgoerzen at complete.org>
Date:   Thu Dec 29 00:11:10 2005 +0100

    Added to docs

diff --git a/MissingH/List.hs b/MissingH/List.hs
index a7ebe02..a539487 100644
--- a/MissingH/List.hs
+++ b/MissingH/List.hs
@@ -151,6 +151,10 @@ list with the replacement list in the operation list.
 Example:
 
 >replace "," "." "127,0,0,1" -> "127.0.0.1"
+
+This could logically be thought of as:
+
+>replace old new l = join new . split old $ l
 -}
 
 replace :: Eq a => [a] -> [a] -> [a] -> [a]

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list