[Hugs-users] [noob] Typing error with nested list and tuple pattern?

Neil Mitchell ndmitchell at gmail.com
Thu Sep 7 06:05:52 EDT 2006


Hi

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

Should be:

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

Thanks

Neil


More information about the Hugs-Users mailing list