Re: Fwd: buggy sorting function

Colin Runciman <[email protected]> Fri, 16 Sep 2005 16:01:57 +0100
Newsgroups gmane.comp.lang.haskell.hat
Message-ID <[email protected]>
Thomas Davie wrote:

> $ ./hellSort
> [6,4,2,9,10,9,3]
> > [2,3,4,6,9,10,9]
> ^CKilled
> lappybob:~/Documents/Work/Hat test cases/Hell Sort tatd2$ hat-detect 
> hellSort
> hat-detect (error): file hellSort.hat is too short

When you hit ^C (once?) did you wait for the .hat file to be patched up
after the signal was caught?

Colin