ligo/src/contracts/option.ligo

5 lines
80 B
Plaintext
Raw Normal View History

2019-05-13 00:56:22 +04:00
type foobar is option(int)
const s : foobar = Some(42)
const n : foobar = None