6 lines
108 B
Plaintext
6 lines
108 B
Plaintext
type t is record [foo : nat; bar : string]
|
|
|
|
const a : t = record [foo = 0n; bar = "bar"]
|
|
|
|
const b : int = 2
|