RosettaCodeData/Task/Null-object/OCaml/null-object-1.ocaml
2023-07-01 13:44:08 -04:00

1 line
35 B
Text

type 'a option = None | Some of 'a