Your code is compiled in this module. (In the future the module will be editable.)
Module: dylan-user
define library play-aaecfb9e41fa
use dylan,
import: { dylan-extensions };
use common-dylan,
import: {
byte-vector, common-dylan, machine-words, simple-random, simple-timers,
simple-profiling, transcendentals
};
use hash-algorithms;
use json;
use io,
import: { format, format-out, print, pprint, standard-io, streams };
use logging;
use regular-expressions;
use strings;
use system, import: { date, locators };
use testworks;
end library;
define module play-aaecfb9e41fa
// Modules imported from the common-dylan library...
use byte-vector;
use common-dylan;
use machine-words;
use simple-random;
use simple-timers;
use simple-profiling;
use transcendentals;
// Modules imported from the dylan library...
use dylan-extensions;
// Modules imported from the system library...
use date;
use locators;
// Modules imported from the io library...
use format;
use format-out;
use print;
use pprint;
use standard-io;
use streams;
// Modules imported from libraries by the same name...
use hash-algorithms;
use json;
use logging;
use regular-expressions;
use strings;
use testworks;
end module;