RosettaCodeData/Task/Null-object/Standard-ML/null-object-1.ml

2 lines
39 B
Standard ML

datatype 'a option = NONE | SOME of 'a