chiark / gitweb /
go-fringe.go: Language change: `closed' function on channels has gone.
[fringe] / dylan-fringe-exports.dylan
CommitLineData
5c4e9900
MW
1module: dylan-user
2
3define library dylan-fringe
4 use dylan;
5 use streams;
6 use print;
7 use standard-io;
8 use format;
9 use format-out;
10end;
11
12define module dylan-fringe
13 use dylan;
14 use extensions;
15 use streams;
16 use print;
17 use standard-io;
18 use format;
19 use format-out;
20end;