10 lines
163 B
Plaintext
10 lines
163 B
Plaintext
package foo:foo;
|
|
|
|
world foo {
|
|
import foo: func();
|
|
export foo2: func();
|
|
|
|
import bar: func(arg: list<u32>);
|
|
export some-name: func() -> list<option<u32>>;
|
|
}
|