FuncConvert.FuncFromTupled<'T1,'T2,'U> Method (F#)

A utility function to convert function values from tupled to curried form.

Namespace/Module Path: Microsoft.FSharp.Core

Assembly: FSharp.Core (in FSharp.Core.dll)

// Signature:
static member FuncFromTupled : ('T1 * 'T2 -> 'U) -> 'T1 -> 'T2 -> 'U

// Usage:
FuncConvert.FuncFromTupled (func)

Parameters

  • func
    Type: 'T1 * 'T2 -> 'U

    The input function that has tupled arguments.

Return Value

The output curried function.

Platforms

Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2

Version Information

F# Core Library Versions

Supported in: 2.0, 4.0, Portable

See Also

Reference

Core.FuncConvert Class (F#)

Microsoft.FSharp.Core Namespace (F#)