Re[2]: patch applied (haskell-prime-status): add overloaded string literals

2008-04-11 Thread Bulat Ziganshin
Hello Wolfgang, Friday, April 11, 2008, 6:19:26 PM, you wrote: > Would it be possible to change the class name “IsString” to something > different? Would it be possible to remove the type alias “String” and > let “String” be the class name? Can I add this remark somewhere on the wiki? this rem

Re: patch applied (haskell-prime-status): add overloaded string literals

2008-04-11 Thread Wolfgang Jeltsch
Am Dienstag, 1. April 2008 00:31 schrieb Simon Marlow: > Mon Mar 31 15:31:44 PDT 2008 Simon Marlow <[EMAIL PROTECTED]> > * add overloaded string literals > > M ./status.hs +2 Hello, although I like overloaded string literals very much, I see one problem with the current implementation of

Re: patch applied (haskell-prime-status): proposal: remove string gaps

2008-04-11 Thread Wolfgang Jeltsch
Am Donnerstag, 3. April 2008 20:24 schrieb Simon Marlow: > Neil Mitchell wrote: > […] > > Having two "features" which can't be used together in the same file > > seems ridiculous. It gets much worse if you decide "ghc --make -cpp" > > is the way you want to build your application, as we used to do