
29 May
2007
29 May
'07
2:31 p.m.
Actually, while I'm at it, another thing I was wondering: Text.ParserCombinators.Parsec.Char offers us nice things like `lower'. However, where's this stuff in Frisby? I could use something horrific like oneOf [filter isLower [minBound .. maxBound ]] or something, but how best to get internationalisation-aware character classes into it I'm not sure. -- Mark