fix some contracts
svn: r15661 original commit: f1af318776ea05ca7de85246852848b87f5f84c4
This commit is contained in:
parent
b0828c2bbf
commit
08460c18df
|
@ -441,17 +441,17 @@
|
||||||
element?)]
|
element?)]
|
||||||
[secref (->* (string?)
|
[secref (->* (string?)
|
||||||
(#:doc module-path?
|
(#:doc module-path?
|
||||||
#:tag-prefixes (or/c #f (listof string))
|
#:tag-prefixes (or/c #f (listof string?))
|
||||||
#:underline? any/c)
|
#:underline? any/c)
|
||||||
element?)]
|
element?)]
|
||||||
[Secref (->* (string?)
|
[Secref (->* (string?)
|
||||||
(#:doc module-path?
|
(#:doc module-path?
|
||||||
#:tag-prefixes (or/c #f (listof string))
|
#:tag-prefixes (or/c #f (listof string?))
|
||||||
#:underline? any/c)
|
#:underline? any/c)
|
||||||
element?)]
|
element?)]
|
||||||
[seclink (->* (string?)
|
[seclink (->* (string?)
|
||||||
(#:doc module-path?
|
(#:doc module-path?
|
||||||
#:tag-prefixes (or/c #f (listof string))
|
#:tag-prefixes (or/c #f (listof string?))
|
||||||
#:underline? any/c)
|
#:underline? any/c)
|
||||||
#:rest (listof pre-content?)
|
#:rest (listof pre-content?)
|
||||||
element?)]
|
element?)]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user