package foo:foo; world foo { import foo: func(); export foo2: func(); import bar: func(arg: list); export some-name: func() -> list>; }