ligo/src/test/contracts/evaluation_tests.ligo

6 lines
108 B
Plaintext
Raw Normal View History

type t is record [foo : nat; bar : string]
2020-01-23 14:29:04 +01:00
const a : t = record [foo = 0n; bar = "bar"]
2020-01-23 14:29:04 +01:00
const b : int = 2