> reverse = foldl (\x -> \xs -> xs:x) []
Doesn't typecheck. _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
> reverse = foldl (\x -> \xs -> xs:x) []
Doesn't typecheck. _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe