Try out the functions curry2 and curry3 on a number of different functions.
You can, for instance, use then curry functions on plus (+) and map.
Demonstrate, by a practical example, that the uncurry functions and the curry functions are inverse to each other.