scribble-enhanced/graph-lib/lib/low/modulepp.rkt
2016-03-02 18:12:17 +01:00

9 lines
220 B
Racket

#lang racket
(begin-for-syntax
(define partially-defined-module++ (make-hash
(define-syntax (module++ stx)
(syntax-case stx
[(_ name lang . body)
(syntax-local-lift-module-end-declaration #'define-module )