Suave
Home
Docs
Recipes
API
FAQ
GitHub
NuGet
☾
SyntacticSugar Module
Namespace:
Suave
Assembly: Suave.dll
Parent Module:
Model
Functions and values
Function or value
Description
a >>. f
Full Usage:
a >>. f
Parameters:
a
:
Choice
<
'a, 'b
>
f
:
'a ->
Choice
<
'c, 'b
>
Returns:
Choice
<
'c, 'b
>
a
:
Choice
<
'a, 'b
>
f
:
'a ->
Choice
<
'c, 'b
>
Returns:
Choice
<
'c, 'b
>