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))
|