curryLeft: Currying on the left.

Description Usage Arguments Value

Description

Returns a function curried applied on the left.

Usage

1

Arguments

f

a function

...

arguments list to apply on the left

Value

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


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