Companion
Functions
Link copied to clipboard
fun validatePrimitiveAcceptsArguments(primitive: Primitive, arguments: List<A_Phrase>): String?
Content copied to clipboard
Determine whether the specified primitive declaration is acceptable to be used with the given list of parameter declarations. Answer null if they are acceptable, otherwise answer a suitable String that is expected to appear after the prefix "Expecting...".