2 lines
35 B
Text
2 lines
35 B
Text
|
|
type 'a option = None | Some of 'a
|
|
|
type 'a option = None | Some of 'a
|