From ddb69212f03a82e980144594d809a072b50e7f19 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Sat, 11 Feb 2023 09:40:25 -0800 Subject: Finish the compiler. Just joking. But we did manage to compile a program from SML to bytecode. --- either.sml | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 either.sml (limited to 'either.sml') diff --git a/either.sml b/either.sml deleted file mode 100644 index 6a63fe5..0000000 --- a/either.sml +++ /dev/null @@ -1,4 +0,0 @@ -structure Either = -struct - datatype ('a, 'b) either = Left of 'a | Right of 'b -end -- cgit v1.3.1