5 lines
73 B
Plaintext
5 lines
73 B
Plaintext
type foobar = int option
|
|
|
|
let s : foobar = Some 42
|
|
let n : foobar = None
|