Move mutated-vars and poly-c libraries to unstable collection.
- add docs - change requires - fix `letrec-syntaxes+values' Fix contract on `author+email' svn: r16628 original commit: 99a70b38d8c16c84174534d9ae9c3b413e566743
This commit is contained in:
parent
61b582b90b
commit
c1e1d77a98
|
@ -120,7 +120,7 @@
|
|||
|
||||
(provide/contract
|
||||
[author (->* (content?) () #:rest (listof content?) block?)]
|
||||
[author+email (-> content? string? element?)])
|
||||
[author+email (->* (content? string?) (#:obfuscate? any/c) element?)])
|
||||
|
||||
(define (author . auths)
|
||||
(make-paragraph
|
||||
|
|
Loading…
Reference in New Issue
Block a user