Function: tree-equal

Return t if trees TREE1 and TREE2 have `eql' leaves.
Atoms are compared by `eql'; cons cells are compared recursively.

Keywords supported: :test :test-not :key

(fn TREE1 TREE2 [KEYWORD VALUE]...)