chiark
/
gitweb
/
~mdw
/
fringe
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
haskell-fringe.hs: The libraries have moved around a lot.
[fringe]
/
dylan-fringe-exports.dylan
1
module: dylan-user
2
3
define library dylan-fringe
4
use dylan;
5
use streams;
6
use print;
7
use standard-io;
8
use format;
9
use format-out;
10
end;
11
12
define 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;
20
end;