![]() |
YAP 7.1.0
|
An extension of arg/3 that supports backtracking through a term
class genarg/3 |
class arg0/3 |
class genarg0/3 |
class args/3 |
args( +_Index_, +_ListOfTerms_ , -_ListOfArgs_ )
It corresponds to calling maplist/3 on genarg/3 :
Notice that unification allows ListOfArgs to be bound, eg:
class args0/3 |
args0( +_Index_, +_ListOfTerms_ , -_ListOfArgs_ )
args0( +_ListOfTerms_ , +_Index_, -_ListOfArgs_ )
It corresponds to calling maplist/3 on genarg0/3 :
Notice that unification allows ListOfArgs to be bound, eg:
It corresponds to calling args0/3 but with a different order
class path_arg/3 |
path_arg( +_Path_ , +_Term_, -_Arg_ )
Functions | |
void | Yap_InitInlines (void) |