FSharpPlus


Exchange<'A, 'B, 'S, 'T> Type

Union cases

Union case Description

Exchange('S -> 'A, 'B -> 'T)

Full Usage: Exchange('S -> 'A, 'B -> 'T)

Parameters:
    Item1 : 'S -> 'A
    Item2 : 'B -> 'T

Item1 : 'S -> 'A
Item2 : 'B -> 'T

Static members

Static member Description

Exchange.Dimap(arg1, f, g)

Full Usage: Exchange.Dimap(arg1, f, g)

Parameters:
    arg0 : Exchange<'a, 'b, 'c, 'd>
    f : 'e -> 'c
    g : 'd -> 'f

Returns: Exchange<'a, 'b, 'e, 'f>
arg0 : Exchange<'a, 'b, 'c, 'd>
f : 'e -> 'c
g : 'd -> 'f
Returns: Exchange<'a, 'b, 'e, 'f>