On Sat, 22 Jan 2011, Per Bothner wrote: > That woould be less of a problem with named fields/properties. > For example: > > (match (fancy 'l 'r 'c) > [(node left: l right: r) (list l r)]) That is indeed a far less fragile syntax for pattern matching on records.