Interface: Curried1()<A, Return>

Defined in: pkg/curry/src/index.ts:153

A one-argument (unary) function created by partially applying a curried function.

Extends

Type Parameters

Type Parameter Description
A the type of the function's argument
Return the function's return type

Curried1(a: A): Return

Defined in: pkg/curry/src/index.ts:154

A one-argument (unary) function created by partially applying a curried function.

Parameters

Parameter Type
a A

Returns

Return