Did you know ... Search Documentation:
Search results for "yall"
Total:27 matches; Reference Manual: 4, System Libraries: 23(0.44 sec.)
Showing:25 matches; Reference Manual: 4, System Libraries: 21
Reference Manual
 
4.8 Meta-Call Predicates
call/1Call Goal.Source
call/2Append ExtraArg1, ExtraArg2, ... to the argument list of Goal and call the result.Source
F.2 Library predicates
Sec. F.2.62library(yall)
A.63 library(yall): Lambda expressions
Sec. A.63library(yall): Lambda expressions
 
System Libraries
 
yall.pl  -- Lambda expressionsShow source
//2Shorthand for Free/[]>>Lambda.Source
//3Shorthand for Free/[]>>Lambda.Source
//4Shorthand for Free/[]>>Lambda.Source
//5Shorthand for Free/[]>>Lambda.Source
//6Shorthand for Free/[]>>Lambda.Source
//7Shorthand for Free/[]>>Lambda.Source
//8Shorthand for Free/[]>>Lambda.Source
//9Shorthand for Free/[]>>Lambda.Source
>>/2Calls a copy of Lambda.Source
>>/3Calls a copy of Lambda.Source
>>/4Calls a copy of Lambda.Source
>>/5Calls a copy of Lambda.Source
>>/6Calls a copy of Lambda.Source
>>/7Calls a copy of Lambda.Source
>>/8Calls a copy of Lambda.Source
>>/9Calls a copy of Lambda.Source
is_lambda/1True if Term is a valid Lambda expression.Source
lambda_calls/2Goal is the goal called if call/N is applied to LambdaExpression, where ExtraArgs are the additional arguments to call/N.Source
lambda_calls/3Goal is the goal called if call/N is applied to LambdaExpression, where ExtraArgs are the additional arguments to call/N.Source
yaml.pl  -- Process YAML dataShow source
tagged/3Hook that allows convering !!tag values to be decoded or encoded.Source
yaml_read/2Parse Input to a YAML DOM.Source