structure I = struct type t = int end structure S = struct type t = string end structure IL = ListFun.Make(I) structure SL = ListFun.Make(S) fun main () = return Pick your poison:
  • Integers
  • Strings