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