Notes on HW from Section 2.2

fun cat([], yy) = ??
  | cat(x::rest, yy) = ??

Thomas VanDrunen
Last modified: Fri Jan 27 12:47:34 CST 2017