5 ms·
Finally someone who (correctly) argues that there aren't too many String types.
by Norfair 2y ago
Finally someone who (correctly) argues that there aren't too many String types.
- massysett 2y agoAre the Lazy variants ever a good idea? The author already argues against lazy IO. Are Lazy variants worth using for anything else? I always thought Haskell is typeful and that Lazy variants hide too much under the covers that should be exposed in the types. Also I still don’t think there’s a great argument for [Char] other than its historical baggage.