ast_package.pony 1 2 3 4 5 6 7use "collections/persistent" trait AstPackage fun name(): String fun locator(): String fun all_types(): List[AstType]