This seems unclear, because I think the cross product is only defined
on sets. David's answer seems to assume that your sets are represented
as lists, but (1 . 2) is not a true list. So I would say that (1 . 2)
x (3 . 4) is actually not defined.
Ian
> ( (1 . 2) . (3 . 4) )
>
> On Tue, May 5, 2009 at 12:25 PM,
dsnyde...@gmail.com