Function APPLY


Slots on this function:

Instance-Of: Function
Arity: 3

Other Related Axioms:

(<- (Apply ?F ?List)
    (If (And (Function ?F) (= ?List (Listof @Args)))
        (Value ?F @Args)))