dev-validator
Matthew Butterick 10 years ago
parent 9eea5c6e97
commit 7b3ccf3505

@ -195,8 +195,9 @@ Assemble a @racket[_tagged-xexpr] from its parts. If you don't have attributes,
@defproc[ @defproc[
(merge-attrs (merge-attrs
[attrs (listof (or/c tagged-xexpr-attr? tagged-xexpr-attrs? symbol? string?))] ...) [attrs (listof (or/c tagged-xexpr-attr? tagged-xexpr-attrs?
xexpr-attrs?] symbol? string?))] ...)
tagged-xexpr-attrs?]
Combine a series of attributes into a single @racket[_tagged-xexpr-attrs] item. This function addresses three annoyances that surface in working with tagged-xexpr attributes. Combine a series of attributes into a single @racket[_tagged-xexpr-attrs] item. This function addresses three annoyances that surface in working with tagged-xexpr attributes.
@itemlist[#:style 'ordered @itemlist[#:style 'ordered

Loading…
Cancel
Save