Skip to content

Add pseudo-accessors for ACTIONs.

Robert Goldman requested to merge action-pseudo-accessors into master

Currently, ACTIONs are pairs of an OPERATION and a COMPONENT, and are accessed with CAR and CDR. Try to future-proof these by replacing with ACTION-OP and ACTION-COMPONENT.

Merge request reports