Re: [Haskell] problems with RegEx

2005-08-03 Thread Brian Smith
] Cc: haskell@haskell.org Sent: Wednesday, July 27, 2005 10:07 PM Subject: Re: [Haskell] problems with RegEx 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

Re: [Haskell] problems with RegEx

2005-08-02 Thread Srinivas Nedunuri
] problems with RegEx 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

[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

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