Core.OptimizedClosures Module (F#)
An implementation module used to hold some private implementations of function value invocation.
Namespace/Module Path: Microsoft.FSharp.Core
Assembly: FSharp.Core (in FSharp.Core.dll)
Syntax
module OptimizedClosures
Type Definitions
Type | Description |
---|---|
type FSharpFunc<'T1,'T2,'U> | The .NET Framework type used to represent F# function values that accept two iterated (curried) arguments without intervening execution. This type should not typically used directly from either F# code or from other .NET Framework languages. |
type FSharpFunc<'T1,'T2,'T3,'U> | The .NET Framework type used to represent F# function values that accept three iterated (curried) arguments without intervening execution. This type should not typically used directly from either F# code or from other .NET Framework languages. |
type FSharpFunc<'T1,'T2,'T3,'T4,'U> | The .NET Framework type used to represent F# function values that accept four curried arguments without intervening execution. This type should not typically used directly from either F# code or from other .NET Framework languages. |
type FSharpFunc<'T1,'T2,'T3,'T4,'T5,'U> | The .NET Framework type used to represent F# function values that accept five curried arguments without intervening execution. This type should not typically used directly from either F# code or from other .NET Framework languages. |
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