Hello,

loading this:
---------------------8<--------------------
import Text.Regex

re2 = mkRegexWithOpts "was" True True
match = matchRegexAll re2 "this was wrong"
---------------------8<--------------------
into hugs +N (November 2002) and evaluating match gives:

Main> match
Just ("this","was"," wrong",[])

where a space is missing at the end of the first String.
Seems like a one-off error (other characters disappear,
too).

System: Debian Woody
Hugs from the unstable source package (local build)

Best wishes,
Feri.
_______________________________________________
Hugs-Bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/hugs-bugs

Reply via email to