[commit: packages/pretty] ghc-head: add tood note (2b7db89)
git at git.haskell.org
git at git.haskell.org
Sun Oct 27 15:56:18 UTC 2013
Repository : ssh://git@git.haskell.org/pretty
On branch : ghc-head
Link : http://git.haskell.org/packages/pretty.git/commitdiff/2b7db89c0fdfbeba46611c95348a5ee714627c2b
>---------------------------------------------------------------
commit 2b7db89c0fdfbeba46611c95348a5ee714627c2b
Author: David Terei <davidterei at gmail.com>
Date: Fri Apr 13 00:50:55 2012 -0700
add tood note
>---------------------------------------------------------------
2b7db89c0fdfbeba46611c95348a5ee714627c2b
TODO | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/TODO b/TODO
index 5781b90..819525e 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-I want to eliminate the duplicate of this library in
+1. I want to eliminate the duplicate of this library in
GHC. The underlying TextDetails store types are different
though which is a problem:
@@ -18,6 +18,9 @@ though which is a problem:
Also would be useful to provide render functions to produce
Bytestring / Text builders.
+2. Add monadic wrapper (check out haskell-src-exts for example although maybe
+use a transformer monand...)
+
===========================================================
dcoutts davidt_: are you sure that using a typeclass is faster than TextDetails?
More information about the ghc-commits
mailing list