
6 Nov
2010
6 Nov
'10
3:34 p.m.
On Sun, Oct 17, 2010 at 01:25:52PM -0700, Bryan O'Sullivan wrote:
cousins. For instance, breakSubstring is descriptive, and it's consistent with bytestring, but it's much longer than break, even though breaking on a fixed string is more common. In this case, length and frequency of use trump the other considerations in my mind.
I grepped the reverse deps of text looking for uses of text's break, to see what it was being used for, but didn't find any uses. It's possible I missed some in the noise, though (e.g. there are quite a lot of calls to Prelude's break; we really need tibbe's tool for this). Thanks Ian