
22 Aug
2012
22 Aug
'12
9:19 p.m.
On Mon, Aug 13, 2012 at 06:42:54PM -0400, Edward Kmett wrote:
class Bits b where perhapsBitSize :: b -> Maybe Int ...
I am not wedded to the perhapsBitSize name
I've lost track of where this proposal is, but if we do end up with a Maybe function then I think it should be called maybeBitSize or bitSizeMaybe. The only analogous example in the core libraries that I can think of OTTOMH is Text.Read.readMaybe. Thanks IAn