ap: Function application

Description Usage Arguments Value

Description

Returns the result of substituting args for the arguments of f.

Usage

1
ap(f, args)

Arguments

f

a function to apply

args

a list of arguments

Value

v st. ap(f,list(a,b,c)) == f(a,b,c)


VincentToups/fugu documentation built on May 9, 2019, 10:01 p.m.