The Const functor, defined as Const<'T, 'U> where 'U is a phantom type. Useful for: Lens getters Its applicative instance plays a fundamental role in Lens.
Useful for: Lens getters. Its applicative instance plays a fundamental role in Lens.Static member | Description |
|
Static member | Description |
|
|
|
Union case | Description |
Full Usage:
Const 't
Parameters:
't
|
|
Static member | Description |
|
|
|
|
Full Usage:
Const.Bifold(arg1, f, arg3, z)
Parameters:
Const<'T, 'V>
f : 'U -> 'T -> 'U
arg2 : 'W -> 'V -> 'W
z : 'U
Returns: 'U
|
|
Full Usage:
Const.BifoldBack(arg1, f, arg3, z)
Parameters:
Const<'T, 'V>
f : 'T -> 'U -> 'U
arg2 : 'V -> 'W -> 'W
z : 'U
Returns: 'U
|
|
Full Usage:
Const.BifoldMap(arg1, f, arg3)
Parameters:
Const<'T, 'V>
f : 'T -> 'U
arg2 : 'V -> 'W
Returns: 'U
|
|
|
|
Full Usage:
Const.Bitraverse(arg1, f, g)
Parameters:
Const<'T1, 'U1>
f : 'T1 -> ^Functor<'T2>
g : 'U1 -> ^Functor<'U2>
Returns: ^Functor
Modifiers: inline Type parameters: ^Functor<'T2>, ^Functor<Const<'T2, 'U2>>, ^Functor<'U2>, 'U2, 'T2, 'T2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|