Challenge: Using a Curried Function
Test yourself and implement what you have learned so far in this challenge.
Problem Statement
You are given a curried function product
that which calculates the product of the values of a function for the points on a ...