Amend
This commit is contained in:
parent
510544e758
commit
83e495b1cb
2 changed files with 2 additions and 1 deletions
src
|
@ -52,6 +52,7 @@
|
|||
:type type
|
||||
:props props
|
||||
:children (flatten children)))
|
||||
|
||||
(defun flatten (x)
|
||||
(labels ((rec (x acc)
|
||||
(cond ((null x) acc)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue