LanguageExt.Core
LanguageExt.Core ► Traits ► Choice ► Operators
Contents
class ChoiceExtensions Source #
Operators
operator | (K<F, A> lhs, K<F, A> rhs) Source #
Choice operator. Usually means if the first argument succeeds, return it, otherwise return the second argument.
Parameters
Left hand side operand
Right hand side operand