
* 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
5 lines
79 B
Plaintext
5 lines
79 B
Plaintext
contract C =
|
|
entrypoint f() =
|
|
let z = 123
|
|
{}{ [1 = 0] = z + 1 }
|
|
2 |