blob: 905b82880351ba6f8b58402a87f09e2acff9ce45 (
plain)
1
2
3
4
5
6
7
8
9
|
Bundle: module {
PATH: con "/dis/fs/bundle.dis";
types: fn(): string;
init: fn();
run: fn(nil: ref Draw->Context, report: ref Reports->Report,
nil: list of Fs->Option, args: list of ref Fs->Value): ref Fs->Value;
bundle: fn(r: ref Reports->Report, iob: ref Bufio->Iobuf, c: Fs->Fschan): chan of string;
};
|