From: Darren Teemull

Subject: Flattening brackets

Date: 1999-3-2 3:06

Hello, does any one know how to "flatten brackets," ie. if given two
lists as parameters, such as (a (b) c) and (d ((e) f)) I want to get rid
of the brackets around each atomic letter, and just have a list like
either ((a b c) (d e f)) or even better yet, (a b c d e f).?

Thanks in advance,
Lisp rookie