Matrix.getColumn = curry(function (index, M) {
  return Matrix.of(M).getColumn(index)
})