ligo/contracts/option.ligo
2019-05-12 20:57:30 +00:00

5 lines
80 B
Plaintext

type foobar is option(int)
const s : foobar = Some(42)
const n : foobar = None