Files
gsc/test/ct/types.aes
T
2026-06-05 13:36:01 -07:00

7 lines
160 B
Plaintext

main contract Foo =
type state = unit
type foo = bar // id
type foo = Bar.baz // qid
type foo = 'bar // tvar
type foo = () => bar