[Haskell-cafe] Strings - why [Char] is not nice

MR K P SCHUPKE k.schupke at imperial.ac.uk
Mon Sep 20 07:25:18 EDT 2004


Would it not bet better is String were a typeclass instead of a data type.
Then the string operations could be redefined by implementation, so you
may have strings as lists or strings as arrays?

	Keean.


More information about the Haskell-Cafe mailing list