Re: [noob] Typing error with nested list and tuple pattern?

"Neil Mitchell" <[email protected]> Thu, 7 Sep 2006 11:05:52 +0100
Newsgroups gmane.comp.lang.haskell.hugs.user
Message-ID <[email protected]>
Hi

> [11] test [(i,v):ps] = i

Should be:

test ((i,v):ps) = i

Thanks

Neil