d123abd46f
Removed interface for the AST (for maintenance sake).
7 lines
187 B
Plaintext
7 lines
187 B
Plaintext
(* Test that a string is cast to an address given a type annotation *)
|
|
|
|
const lst : list(int) = list []
|
|
|
|
const my_address : address =
|
|
("tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx" : address)
|