[Haskell-cafe] ANNOUNCE: vector-bytestring-0.0.0.0

Roman Leshchinskiy rl at cse.unsw.edu.au
Sat Oct 15 13:26:08 CEST 2011


On 14/10/2011, at 12:37, Bas van Dijk wrote:

> If there's need for a specific Show instance for Vectors of Word8s we
> can always add one directly to vector. (Roman, what are your thoughts
> on this?)

Personally, I think that ByteString and especially Vector Word8 aren't strings and shouldn't be treated as such. But I wouldn't be strongly against showing them as strings. However, I *am* strongly against using UndecidableInstances in vector and I don't see how to implement this without using them.

Roman





More information about the Haskell-Cafe mailing list