6 lines
89 B
Scheme
6 lines
89 B
Scheme
(load "include/draw-tree.scm")
|
|
|
|
(dt '(a b c (d e f (g . h))))
|
|
|
|
(dt '((a) (b . c) (d e)))
|