diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2025-05-16 16:54:17 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2025-05-16 16:54:17 -0700 |
| commit | 5582235bd300f8de997192f9109d596d12df4bbe (patch) | |
| tree | d219a6c0a3d96052eec422527cd05775354abf76 /Result.sml | |
| parent | ff12ef4eea67453c1a6c1fa4614b74adf7c3caca (diff) | |
| download | sml-5582235bd300f8de997192f9109d596d12df4bbe.tar.zst | |
Fix spelling of file names
Diffstat (limited to 'Result.sml')
| -rw-r--r-- | Result.sml | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
