[Haskell-cafe] Problems interpreting

Andrea Rossato mailing_list at istitutocolli.org
Mon Sep 18 07:31:43 EDT 2006


On Mon, Sep 18, 2006 at 12:25:21PM +0100, Neil Mitchell wrote:
> Why not:
> > check_elem (x:xs) = if x == e then (l2 ++ xs) else x : check_elem xs
> 
> Thanks

Thank you! 
Lists are my personal nightmare...;-)

Andrea


More information about the Haskell-Cafe mailing list