Add type declaration to reduce ambiguity
This commit is contained in:
parent
f4d8550877
commit
ab7cb68963
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@
|
||||||
(node (plump:make-element
|
(node (plump:make-element
|
||||||
parent (normalize tag)
|
parent (normalize tag)
|
||||||
:children (plump:make-child-array (length tail)))))
|
:children (plump:make-child-array (length tail)))))
|
||||||
|
(declare (type list tail))
|
||||||
(set-attributes node attributes)
|
(set-attributes node attributes)
|
||||||
;; Children will be automatically added to NODE as a side effect
|
;; Children will be automatically added to NODE as a side effect
|
||||||
(loop for child in tail when child do (sexp->plump-tree child node))
|
(loop for child in tail when child do (sexp->plump-tree child node))
|
||||||
|
|
Loading…
Add table
Reference in a new issue