
It includes `defmacro' and Chez-style modules (packages). original commit: ab2226a19e0b8112c219602f0d70f7503d125f26
9 lines
177 B
Racket
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))
|