
Unlike `scribble/lp` a programm written with `scribble/lp2` can be used directly, due to its `doc` submodule.
8 lines
229 B
Racket
8 lines
229 B
Racket
#lang racket/base
|
|
(require "common.rkt")
|
|
|
|
(provide (except-out (all-from-out "common.rkt")
|
|
module-begin/plain
|
|
module-begin/doc)
|
|
(rename-out [module-begin/plain #%module-begin]))
|