[Haskell-cafe] Re: ANN: System.FilePath 0.9

Bulat Ziganshin bulat.ziganshin at gmail.com
Sun Jul 23 01:52:52 EDT 2006


Hello Brian,

Sunday, July 23, 2006, 1:20:36 AM, you wrote:

> instance IString ByteString.Char8 ...
> instance IString String ...

i think that we should ask Donald Stewart who is patronized SoC
project involving development of such type class. If he will say that
such type class is not developed, i feel himself enough interested to
start developing such class. i can add this module to ByteString lib,
if there is no better variants

i propose something like this:

class ListLike ce e | ce->e
instance ListLike [a] a
instance ListLike Data.ByteString.ByteString Word8
instance ListLike Data.ByteString.Lazy.ByteString Word8
instance ListLike Data.ByteString.Char8.ByteString Char
instance ListLike Data.ByteString.Lazy.Char8.ByteString Char



-- 
Best regards,
 Bulat                            mailto:Bulat.Ziganshin at gmail.com



More information about the Haskell-Cafe mailing list