[Haskell-cafe] ghc 6.12.1 and regex
David Fox
ddssff at gmail.com
Tue Dec 29 10:28:37 EST 2009
Is anyone else seeing this problem:
> :m +Text.Regex.Posix
> "\250" =~ "\250" :: Bool
True
> "\250" =~ "[\250]" :: Bool
False
More information about the Haskell-Cafe
mailing list