In the function NAR_AddOperation, here ONA actually adds a new operator whose name is required an atomic term (such like ^left to support compound operation <({SELF} * ARG) --> ^left>).
Depending on the actual usage of the parameter, perhaps it would be more accurate to unify the name to operator_name?
Names unified:
atomname
|term_name
->operator_name
In the function
NAR_AddOperation
, here ONA actually adds a new operator whose name is required an atomic term (such like^left
to support compound operation<({SELF} * ARG) --> ^left>
). Depending on the actual usage of the parameter, perhaps it would be more accurate to unify the name tooperator_name
?