Re: [Haskell] problems with RegEx

2005-08-02 Thread Brian Smith
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,

Re: [Haskell] problems with RegEx

2005-08-02 Thread Srinivas Nedunuri
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

Re: [Haskell] problems with RegEx

2005-07-27 Thread Bernard Pope
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

[Haskell] problems with RegEx

2005-07-27 Thread Srinivas Nedunuri
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