compatibility/collects/mzlib/defmacro.rkt
Vincent St-Amour a4f6e69328 Add a `compatibility' collect for compatibility with other languages.
It includes `defmacro' and Chez-style modules (packages).

original commit: ab2226a19e0b8112c219602f0d70f7503d125f26
2012-07-27 16:49:05 -04:00

9 lines
177 B
Racket

#lang racket/base
;; deprecated library, see compatibility/defmacro
;;
;; for legacy use only
(require compatibility/defmacro)
(provide (all-from-out compatibility/defmacro))