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

param lhs

Left hand side operand

param rhs

Right hand side operand

returns