Availability:C-language interface function
predicate_t PL_pred(functor_t
f, module_t m)Return a handle to a predicate for the specified name/arity in the given
module. This function always succeeds, creating a handle for an
undefined predicate if no handle was available. If the module argument
m is NULL
, the current context module is used.