Macro Actypecase

Part of:

package anaphora
( actypecase < keyform > &body < cases > )

Like CTYPECASE, except binds the result of the keyform to IT (via LET) for
the scope of the cases. Unlike CTYPECASE, new values possible stored by the
STORE-VALUE restart are not received by the keyform/place, but by IT.