Joachim Breitner:
> here I use that map (\n -> l !!n ) [1..] == l. I hope that is
> valid

map (\n -> l !! n) [1..] is more like (tail l). Did you mean to use
[0..]?

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to