From 457c482397e2ca745067e5a3ef2c7d71d7daf187 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Sun, 5 May 2024 21:12:16 -0700 Subject: Add tuples. --- format.sml | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 format.sml (limited to 'format.sml') diff --git a/format.sml b/format.sml deleted file mode 100644 index 98e8230..0000000 --- a/format.sml +++ /dev/null @@ -1,7 +0,0 @@ -structure Format = -struct - fun listToString (show : 'a -> string) (l : 'a list) = - "[" ^ String.concatWith ", " (map show l) ^ "]" - - fun pairToString showA showB (a, b) = "(" ^ showA a ^ ", " ^ showB b ^ ")" -end -- cgit v1.3.1