Computes a string displaying the contents of the pointed pair aPair. This function is curried, takes a printing function for the values as first parameter, and then returns a function taking the pointed pair to display.
aPair
a function that displays the first element
a function that displays the second element
a function displaying a pointed pair
Computes a string displaying the contents of the pointed pair
aPair
. This function is curried, takes a printing function for the values as first parameter, and then returns a function taking the pointed pair to display.