For moving, it is almost always the "top" that is accessed from a card location. We should make this the default, so that (move (top (game iloc STOCK)) (top ('P iloc STOCK))) can be replaced with (move (game iloc STOCK)) ('P iloc STOCK)))
For moving, it is almost always the "top" that is accessed from a card location. We should make this the default, so that
(move (top (game iloc STOCK))
(top ('P iloc STOCK)))
can be replaced with
(move (game iloc STOCK))
('P iloc STOCK)))