LanguageExt.Core

LanguageExt.Core Obsolete and Deprecated

Contents

class Prelude Source #

Methods

method Fin<A> FinSucc <A> (A value) Source #

Fin constructor Constructs a Fin in a success state

Parameters

type A

Bound value type

param value

Success value

returns

A new Fin instance

method Fin<A> FinFail <A> (Error value) Source #

Fin constructor Constructs a Fin in a failure state

Parameters

type A

Bound value type

param value

Failure value

returns

A new Fin instance