RosettaCodeData/Task/Null-object/OCaml/null-object-1.ocaml

2 lines
35 B
Plaintext

type 'a option = None | Some of 'a