Computes a string displaying the contents of the lazy value aLazyValue. This function is curried, takes a printing function for the values as first parameter, and then returns a function taking the lazy value to display.
aLazyValue
a function that displays a single element
a function displaying a lazy value
Computes a string displaying the contents of the lazy value
aLazyValue
. This function is curried, takes a printing function for the values as first parameter, and then returns a function taking the lazy value to display.