Files
2026-06-02 01:58:40 -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