[Haskell-beginners] Re: Pure Regex.PCRE Possible? (PLEAC, Fix Style)

Daniel Fischer daniel.is.fischer at web.de
Sun Dec 20 10:16:32 EST 2009


Am Sonntag 20 Dezember 2009 15:52:06 schrieb Daniel Fischer:
> Am Sonntag 20 Dezember 2009 15:34:11 schrieb Volkan YAZICI:
> > OTH, I'm looking at my "translate" and it fails on infinite strings. Is
> > it because of something lacking in my implementation, or a limitation of
> > Regex.PCRE?
> >
> >
> > Regards.
>
> I don't know whether the regex library can deal well with infinite input,

No, it can't. It uses withCStringLen, that's not capable of dealing with infinite input.


More information about the Beginners mailing list