partialRight: Partial Application on the Right

Description Usage Arguments Value

Description

Returns a function partially applied on the right.

Usage

1

Arguments

f

a function

...

arguments list to apply on the left

Value

g st. partialRight(f,a,b,c)(q,r,s) == f(q,r,s,a,b,c)


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