From 46439007cf417cbd9ac8049bb4122c890097a0fa Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Fri, 22 Dec 2006 20:52:35 +0000 Subject: 20060303-partial --- module/bundle.m | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 module/bundle.m (limited to 'module/bundle.m') diff --git a/module/bundle.m b/module/bundle.m new file mode 100644 index 00000000..447b010c --- /dev/null +++ b/module/bundle.m @@ -0,0 +1,9 @@ +Bundle: module { + PATH: con "/dis/fs/bundle.dis"; + + types: fn(): string; + init: fn(); + run: fn(nil: ref Draw->Context, report: ref Fslib->Report, + nil: list of Fslib->Option, args: list of ref Fslib->Value): ref Fslib->Value; + bundle: fn(r: ref Fslib->Report, iob: ref Bufio->Iobuf, c: Fslib->Fschan): chan of int; +}; -- cgit v1.2.3