From 5582235bd300f8de997192f9109d596d12df4bbe Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Fri, 16 May 2025 16:54:17 -0700 Subject: Fix spelling of file names --- Result.sml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Result.sml (limited to 'Result.sml') diff --git a/Result.sml b/Result.sml new file mode 100644 index 0000000..ff1a9a3 --- /dev/null +++ b/Result.sml @@ -0,0 +1,4 @@ +structure Result = +struct + datatype ('a, 'b) either = Left of 'a | Right of 'b +end -- cgit v1.3.1