Given a display function dispFun, and a list aList, logs the contents representing the contents of the list on the console. This function is curried on its first parameter.
dispFun
aList
a function that displays a single element
Given a display function
dispFun
, and a listaList
, logs the contents representing the contents of the list on the console. This function is curried on its first parameter.