
27 Jul
2010
27 Jul
'10
1:09 a.m.
On Jul 27, 2010, at 6:57 AM, Sebastian Fischer wrote:
Maybe I'll add it [noMatch] to the next version. I only need a better string representation ;)
Ha! It's already provided by character classes: ghci> accept (fromString "[]") "abc" False I'll add noMatch :: RegExp c noMatch = psym "[]" (const False) Sebastian -- Underestimating the novelty of the future is a time-honored tradition. (D.G.)