2 lines
39 B
OCaml
2 lines
39 B
OCaml
|
|
datatype 'a option = NONE | SOME of 'a
|
|
|
datatype 'a option = NONE | SOME of 'a
|