
29 Dec
2009
29 Dec
'09
1:31 p.m.
Oh, I forgot to "reply-to-all".
---------- Forwarded message ----------
From: Paulo Tanimoto
Is anyone else seeing this problem:
:m +Text.Regex.Posix "\250" =~ "\250" :: Bool True "\250" =~ "[\250]" :: Bool False
I also get that on GHC 6.10.4. On the other hand: $ cabal update $ cabal install regex-tdfa $ ghci
:m +Text.Regex.TDFA "\250" =~ "\250" :: Bool True "\250" =~ "[\250]" :: Bool True
But the author says it's not fully Posix yet: http://hackage.haskell.org/package/regex-tdfa Paulo
5621
Age (days ago)
5621
Last active (days ago)
0 comments
1 participants
participants (1)
-
Paulo Tanimoto