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