[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 14:46:21 UTC 2010


The following commit has been merged in the master branch:
commit 0f7b1691ff5729f628151bf16bfca0609e91b1ff
Author: John Goerzen <jgoerzen at complete.org>
Date:   Sat Nov 13 11:56:33 2004 +0100

    Added note
    
    Keywords:
    
    
    (jgoerzen at complete.org--projects/missingh--head--0.5--patch-25)

diff --git a/ChangeLog b/ChangeLog
index 67e3b39..1716fcb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,18 @@
 # arch-tag: automatic-ChangeLog--jgoerzen at complete.org--projects/missingh--head--0.5
 #
 
+2004-11-13 04:56:33 GMT	John Goerzen <jgoerzen at complete.org>	patch-25
+
+    Summary:
+      Added note
+    Revision:
+      missingh--head--0.5--patch-25
+
+
+    modified files:
+     ChangeLog libsrc/MissingH/Printf.hs
+
+
 2004-11-13 04:44:11 GMT	John Goerzen <jgoerzen at complete.org>	patch-24
 
     Summary:
diff --git a/libsrc/MissingH/Printf.hs b/libsrc/MissingH/Printf.hs
index 19f8475..292e420 100644
--- a/libsrc/MissingH/Printf.hs
+++ b/libsrc/MissingH/Printf.hs
@@ -69,6 +69,7 @@ instance (PFType a, PFFun b) => PFFun (a -> b) where
         toFun (f (fromValue x)) (PFCall xs)
     toFun _ _ = error "Too few arguments"
 
+{- To try next: define a third pffun instance that itself works off the format string -}
 ----------------------------------------------------
 
 printf :: String -> PFFun

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list