LanguageExt.Core

LanguageExt.Core Monads Alternative Monads Option Trait

Contents

class Option Source #

Methods

method B Match <A, B> (K<Option, A> fa, Func<A, B> Some, Func<B> None) Source #