more renaming

This commit is contained in:
2026-06-02 01:58:40 -07:00
parent 270f192f0c
commit 55a56753c1
37 changed files with 12 additions and 6 deletions
+6
View File
@@ -0,0 +1,6 @@
main contract Foo =
type state = unit
type foo = bar // id
type foo = Bar.baz // qid
type foo = 'bar // tvar
type foo = () => bar