RosettaCodeData/Task/Enumerations/OCaml/enumerations.ocaml
2023-07-01 13:44:08 -04:00

4 lines
45 B
Text

type fruit =
| Apple
| Banana
| Cherry