Re: [Haskell-cafe] Re: Differences in optimisiation with interactive and compiled mo

2005-12-12 Thread Henning Thielemann
On Sat, 10 Dec 2005, Daniel Fischer wrote: Am Samstag, 10. Dezember 2005 15:34 schrieben Sie: On 12/10/05, Daniel Fischer <[EMAIL PROTECTED]> wrote: That's probably because Lemmih's is polymorphic. Didn't Henning Thielemann write it? -- Friendly, Lemmih I thought, Henning Thielemann =

Re: [Haskell-cafe] Re: Differences in optimisiation with interactive and compiled mo

2005-12-10 Thread Cale Gibbard
On 10/12/05, Daniel Fischer <[EMAIL PROTECTED]> wrote: > Am Samstag, 10. Dezember 2005 15:34 schrieben Sie: > > On 12/10/05, Daniel Fischer <[EMAIL PROTECTED]> wrote: > > > > That's probably because Lemmih's is polymorphic. > > > > Didn't Henning Thielemann write it? > > > > -- > > Friendly, > >

Re: [Haskell-cafe] Re: Differences in optimisiation with interactive and compiled mo

2005-12-10 Thread Daniel Fischer
Am Samstag, 10. Dezember 2005 15:34 schrieben Sie: > On 12/10/05, Daniel Fischer <[EMAIL PROTECTED]> wrote: > > That's probably because Lemmih's is polymorphic. > > Didn't Henning Thielemann write it? > > -- > Friendly, > Lemmih I thought, Henning Thielemann == Lemmih. If I'm wrong, I apologize

[Haskell-cafe] Re: Differences in optimisiation with interactive and compiled mo

2005-12-10 Thread Branimir Maksimovic
From: Daniel Fischer <[EMAIL PROTECTED]> To: "Branimir Maksimovic" <[EMAIL PROTECTED]> CC: Haskell-Cafe@haskell.org Subject: Re: Differences in optimisiation with interactive and compiled mo Date: Sat, 10 Dec 2005 15:11:31 +0100 Am Donnerstag, 8. Dezember 2005 19:17 schrieb Branimir Maksimovi

Re: [Haskell-cafe] Re: Differences in optimisiation with interactive and compiled mo

2005-12-10 Thread Lemmih
On 12/10/05, Daniel Fischer <[EMAIL PROTECTED]> wrote: > Am Donnerstag, 8. Dezember 2005 19:17 schrieb Branimir Maksimovic: > > From: Henning Thielemann <[EMAIL PROTECTED]> > > > > >To: Branimir Maksimovic <[EMAIL PROTECTED]> > > >CC: haskell-cafe@haskell.org > > >Subject: Re: [Haskell-cafe] Differ

[Haskell-cafe] Re: Differences in optimisiation with interactive and compiled mo

2005-12-10 Thread Daniel Fischer
Am Donnerstag, 8. Dezember 2005 19:17 schrieb Branimir Maksimovic: > From: Henning Thielemann <[EMAIL PROTECTED]> > > >To: Branimir Maksimovic <[EMAIL PROTECTED]> > >CC: haskell-cafe@haskell.org > >Subject: Re: [Haskell-cafe] Differences in optimisiation with interactive > >and compiled mode > >Dat

[Haskell-cafe] Re: Differences in optimisiation with interactive and compiled mo

2005-12-09 Thread Branimir Maksimovic
From: Daniel Fischer <[EMAIL PROTECTED]> To: "Branimir Maksimovic" <[EMAIL PROTECTED]> CC: Haskell-Cafe@haskell.org Subject: Re: Differences in optimisiation with interactive and compiled mo Date: Fri, 9 Dec 2005 23:27:00 +0100 Still doesn't work, though: *Main> searchr "hahal" "jupp" "hahah

[Haskell-cafe] Re: Differences in optimisiation with interactive and compiled mo

2005-12-09 Thread Daniel Fischer
Still doesn't work, though: *Main> searchr "hahal" "jupp" "hahahalala" "hahahalala" The problem is that the string to replace may contain a repeated pattern and the pattern that begins the actual occurence might be consumed before a failure is detected. And is *Main> searchr "bla" "" "remove bla