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