module: dylan-user define library dylan-fringe use dylan; use streams; use print; use standard-io; use format; use format-out; end; define module dylan-fringe use dylan; use extensions; use streams; use print; use standard-io; use format; use format-out; end;