contract BadAENSresolve = type t('a) = option(list('a)) function fail() : t(int) = AENS.resolve("foo.aet", "whatever") entrypoint main() = ()