Re: [Haskell-cafe] missed clause???

2007-11-11 Thread Brent Yorgey
On Nov 11, 2007 6:37 AM, Ryan Bloor <[EMAIL PROTECTED]> wrote: > hi > > I was testing my code when I came across a strange predicament. The input > is a list of ints and a Results type which is of type > [(int,...),(Int..)..]. I am comparing each int from the list to > the first elemen

[Haskell-cafe] missed clause???

2007-11-11 Thread Ryan Bloor
hi I was testing my code when I came across a strange predicament. The input is a list of ints and a Results type which is of type [(int,...),(Int..)..]. I am comparing each int from the list to the first element in each member of results. But it works for 1-9 but not for 10 onwar