Add explanatory comment to annotation.ligo

This commit is contained in:
John David Pressman 2019-10-24 14:44:07 -07:00
parent 790dc6c370
commit 99dfd18dea

View File

@ -1,3 +1,5 @@
(* Test that a string is cast to an address given a type annotation *)
const lst : list(int) = list [] ;
const address : address = ("tz1KqTpEZ7Yob7QbPE4Hy4Wo8fHG8LhKxZSx" : address) ;