summaryrefslogtreecommitdiff
path: root/appl/alphabet/fs/bundle.m
diff options
context:
space:
mode:
Diffstat (limited to 'appl/alphabet/fs/bundle.m')
-rw-r--r--appl/alphabet/fs/bundle.m9
1 files changed, 9 insertions, 0 deletions
diff --git a/appl/alphabet/fs/bundle.m b/appl/alphabet/fs/bundle.m
new file mode 100644
index 00000000..905b8288
--- /dev/null
+++ b/appl/alphabet/fs/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 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;
+};