Primitive interpretation rule.
Note that [[ and [[<- access the interpretation rules.
To access other fields, use $ and $<-.
A primitive is considered higher-order if it contains subgraphs.
Usage
AnvilPrimitive(name, subgraphs = character())Arguments
- name
(
character())
The name of the primitive.- subgraphs
(
character())
Names of parameters that are subgraphs. Only used ifhigher_order = TRUE.