Skip to contents

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 if higher_order = TRUE.

Value

(AnvilPrimitive)