diff options
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -38956,6 +38956,12 @@ implementation: funcs))) .cble +The +.code callf +function generalizes +.code juxt +by allowing the combining function to be specified. + .TP* Example: .cblk @@ -39302,6 +39308,22 @@ arguments: -> ((1 1) (4 4)) .cble +The following equivalence holds between +.code juxt +and +.codn callf : + +.cblk + [juxt f0 f1 f2 ...] <--> [callf list f0 f1 f2 ...]:w +.cble + +Thus, +.code juxt +may be regarded as a specialization of +.code callf +in which the main function is implicitly +.codn list . + .coNP Function @ mapf .synb .mets (mapf < main-function << arg-function *) |