FuncConvert.FuncFromTupled<'T1,'T2,'T3,'T4,'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 * 'T3 * 'T4 -> 'U) -> 'T1 -> 'T2 -> 'T3 -> 'T4 -> 'U
// Usage:
FuncConvert.FuncFromTupled (func)
Parameters
func
Type: 'T1 * 'T2 * 'T3 * 'T4 -> 'UThe 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