SEARCH
You are in browse mode. You must login to use MEMORY

   Log in to start


From course:

Computer Science AQA A level

» Start this Course
(Practice similar questions for free)
Question:

Write a funcion called gt that will add each item in the list p from 0

Author: Will Parker



Answer:

Gt p = fold (+) 0 p


0 / 5  (0 ratings)

1 answer(s) in total