Message -
> From: "Bernard Pope" <[EMAIL PROTECTED]>
> To: "Srinivas Nedunuri" <[EMAIL PROTECTED]>
> Cc:
> Sent: Wednesday, July 27, 2005 10:07 PM
> Subject: Re: [Haskell] problems with RegEx
>
>
> > On Wed, 2005-07-27 at 21:26 -0500,
hi, thanks for the info. I found a package that implements RegEx on windows
so I'll try that out
- Original Message -
From: "Bernard Pope" <[EMAIL PROTECTED]>
To: "Srinivas Nedunuri" <[EMAIL PROTECTED]>
Cc:
Sent: Wednesday, July 27, 2005 10:07 PM
On Wed, 2005-07-27 at 21:26 -0500, Srinivas Nedunuri wrote:
> hello, I'm trying to use the Text.Regex library from Hugs. However,
> Hugs doesn't recognize any of the methods in there. For example if I
> try to use the mkRegex function I get the error message "Undefined
> variable "mkRegex". I have
hello, I'm trying to use the Text.Regex library
from Hugs. However, Hugs doesn't recognize any of the methods in there. For
example if I try to use the mkRegex function I get the error message "Undefined
variable "mkRegex". I have imported Text.Regex into the module. I looked at
the contents