diff --git a/collects/mzlib/cm-accomplice.ss b/collects/mzlib/cm-accomplice.ss new file mode 100644 index 0000000..b334c6d --- /dev/null +++ b/collects/mzlib/cm-accomplice.ss @@ -0,0 +1,4 @@ +#lang scheme/base + +(require compiler/cm-accomplice) +(provide (all-from-out compiler/cm-accomplice)) diff --git a/collects/mzlib/cm.ss b/collects/mzlib/cm.ss new file mode 100644 index 0000000..ffff67c --- /dev/null +++ b/collects/mzlib/cm.ss @@ -0,0 +1,4 @@ +#lang scheme/base + +(require compiler/cm) +(provide (all-from-out compiler/cm))