ligo/test/contracts/option.ligo
2019-09-09 11:47:42 +02:00

5 lines
80 B
Plaintext

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