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

2 lines
35 B
OCaml

type 'a option = None | Some of 'a