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