Your code is compiled in this module. (In the future the module will be editable.)
Module: dylan-user
define library play-5767733f4e2c
use dylan,
import: { dylan-extensions };
use common-dylan,
import: {
byte-vector, common-dylan, 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 };
end library;
define module play-5767733f4e2c
// modules imported from common-dylan
use byte-vector;
use common-dylan;
use simple-random;
use simple-timers;
use simple-profiling;
use transcendentals;
// modules imported from dylan
use dylan-extensions;
// modules imported from system
use date;
use locators;
// modules imported from io
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;
end module;