1 line
39 B
Standard ML
1 line
39 B
Standard ML
datatype 'a option = NONE | SOME of 'a
|
datatype 'a option = NONE | SOME of 'a
|