removed debug tree

This commit is contained in:
Phuntsok Drak-pa 2019-07-16 19:33:52 +02:00
parent 2a5a085f9d
commit ef5131928c
1 changed files with 0 additions and 17 deletions

View File

@ -1,20 +1,3 @@
(define test-tree
'("1"
("1-1"
("1-1-1"
("1-1-1-1")
("1-1-1-2"))
("1-1-2"
("1-1-2-1"
("1-1-2-1-1")
("1-1-2-1-2")
("1-1-2-1-3")
("1-1-2-1-4")))
("1-1-3"
("1-1-3-1"
("1-1-3-1-1")
("1-1-3-1-2"))))))
(define (declare-node node-text node-generation)
(string-append ;; "node"
(number->string node-generation)