more renaming
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user