diff in Haskell: clarification

Fergus Henderson fjh@cs.mu.OZ.AU
Fri, 22 Nov 2002 05:13:07 +1100


On 21-Nov-2002, George Russell <ger@tzi.de> wrote:
> There is an algorithm known as Myer's algorithm, but obviously I want
> it in Haskell rather than C, and it would be nice if someone else had
> written it so I don't have to.

Would a Mercury version help?  The Mercury distribution includes a
Mercury version of Myer's algorithm: it's in the directory `samples/diff'.

You might find it easier to translate from Mercury to Haskell than from
C to Haskell.  (Then again, you might not ;-)

-- 
Fergus Henderson <fjh@cs.mu.oz.au>  |  "I have always known that the pursuit
The University of Melbourne         |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.