
20 Apr
2006
20 Apr
'06
4:30 a.m.
Donald Bruce Stewart wrote:
I do think FastPackedString is not a suitable for a standard Haskell library as long as it only works on byte strings.
How about making it polymorphic then? It could work on everything Storable, with a bunch of specialized funktions for the common Word8/Word16/Word32 and Char variants. Udo. -- When someone says "I want a programming language in which I need only say what I wish done," give him a lollipop.