User loginNavigation |
very simple haskell questionI am just starting Haskell and trying to write an alternative function for returning the last element of a list by using the !! function. I have tried... mylast xs = xs !! (length [xs] - 1) but this always returns the head of the list. What am I doing wrong? I did say it was very simple... By Chad950 at 2009-07-28 17:04 | LtU Forum | previous forum topic | next forum topic | other blogs | 4401 reads
|
Browse archives
Active forum topics |
Recent comments
17 weeks 3 days ago
17 weeks 3 days ago
17 weeks 3 days ago
23 weeks 3 days ago
1 year 11 weeks ago
1 year 11 weeks ago
1 year 11 weeks ago
1 year 33 weeks ago
1 year 38 weeks ago
1 year 39 weeks ago