
* Updated tests, banned type decls and toplevel letvals * Properly ban nested contracts * Fix including by path * Fix error message test * Fix prettpr attr display. Make dialyzer happy * More tests * Fixed type printing * Updated docs
4 lines
97 B
Plaintext
4 lines
97 B
Plaintext
contract C =
|
|
type id('a) = 'a
|
|
entrypoint f() : id = 123
|
|
entrypoint g() : id(int, int) = 123 |