FSharpx.Extras


L Type

Helps the C# compiler with Func type inference.

Static members

Static member Description

L.F(f)

Full Usage: L.F(f)

Parameters:
    f : Func<'a, 'b, 'c>

Returns: Func<'a, 'b, 'c>

Helps the C# compiler with Func type inference.

f : Func<'a, 'b, 'c>
Returns: Func<'a, 'b, 'c>

L.F(f)

Full Usage: L.F(f)

Parameters:
Returns: Func<'a, 'b>

Helps the C# compiler with Func type inference.

f : Func<'a, 'b>
Returns: Func<'a, 'b>

L.F(f)

Full Usage: L.F(f)

Parameters:
Returns: Func<'a>

Helps the C# compiler with Func type inference.

f : Func<'a>
Returns: Func<'a>