racket/collects/unstable/scribblings/utils.ss
Sam Tobin-Hochstadt fcd4c4e38d Fix prop values for DrDr.
Add plt-responsible props.
Add hash-union to unstable.
Fix doc for compound-paragraph.
Fix unstable/scribblings/util.

svn: r16811
2009-11-16 13:59:13 +00:00

18 lines
442 B
Scheme

#lang at-exp scheme/base
(require scribble/base scribble/manual scribble/core)
(provide unstable addition)
(define (unstable . authors)
(make-compound-paragraph
plain
(list (apply author authors)
@para{This library is @emph{unstable}
; compatibility will not be maintained.
See @secref{unstable} for more information.})))
(define (addition name)
@margin-note{The subsequent bindings were added by @|name|.})