Re: [Haskell-beginners] Haskell Question

17 Oct
2019
17 Oct
'19
1:22 p.m.
As I think you´re learning Haskell, I´m just giving some hints: There is a function for dropping elements: http://zvon.org/other/haskell/Outputprelude/drop_f.html Also there is similiar a "take" which may helps you with "reverse". And for multiplying everything you might want to use a fold: http://zvon.org/other/haskell/Outputprelude/foldr_f.html best regards Leonhard
2087
Age (days ago)
2087
Last active (days ago)
0 comments
1 participants
participants (1)
-
Leonhard Applis