RosettaCodeData/Task/Enumerations/OCaml/enumerations.ml
2024-10-16 18:07:41 -07:00

4 lines
45 B
OCaml

type fruit =
| Apple
| Banana
| Cherry