[Haskell-beginners] Haskell Question
instanct95 at aol.com
instanct95 at aol.com
Wed Oct 16 21:09:40 UTC 2019
I need help with this haskell functionWrite a function productLastPart which, only using library functions, returns the product of thelast n numbers in the list, where n is the first argument to the function. productLastPart :: Int -> [Int] -> Int
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/beginners/attachments/20191016/3572801a/attachment.html>
More information about the Beginners
mailing list