9 lines
285 B
Racket
9 lines
285 B
Racket
|
|
(module unit racket/base
|
|
(require mzlib/unit)
|
|
(provide (except-out (all-from-out mzlib/unit)
|
|
struct struct/ctc
|
|
struct~r struct~r/ctc
|
|
struct~s struct~s/ctc)
|
|
(rename-out [struct~r/ctc struct/ctc])))
|