SyntacticSugar Module

Functions and values

Function or value Description

a >>. f

Full Usage: a >>. f

Parameters:
Returns: Choice<'c, 'b>
a : Choice<'a, 'b>
f : 'a -> Choice<'c, 'b>
Returns: Choice<'c, 'b>