(module planet mzscheme (require (planet "require.ss" ("ryanc" "require.plt" 1 3))) (define-module cce/scheme (planet "main.ss" ("cce" "scheme.plt" 1 0))) (define-module contracts (planet "contract-utils.ss" ("cobbe" "contract-utils.plt" 3 0))) (define-module fasttest-for-doublecheck (planet "schemeunit.ss" ("cce" "fasttest.plt" 2 0)) (prefix r: (planet "random.ss" ("cce" "fasttest.plt" 2 0)))) (define-library schemeunit (planet ("schematics" "schemeunit.plt" 2 10))) )