1 2 3 4 5 6 7 8 9
imported := use ./use_import func asdf()->imported.ImportedType: return imported.get_value() func main(): >> [:imported.ImportedType] >> asdf() = ImportedType(name="Hello")