5 lines
80 B
Plaintext
5 lines
80 B
Plaintext
|
type foobar is option(int)
|
||
|
|
||
|
const s : foobar = Some(42)
|
||
|
const n : foobar = None
|