Header menu logo AsyncWriterResult

WriterBuilder Type

Constructors

Constructor Description

WriterBuilder()

Full Usage: WriterBuilder()

Returns: WriterBuilder
Returns: WriterBuilder

Instance members

Instance member Description

this.Bind

Full Usage: this.Bind

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

this.BindReturn

Full Usage: this.BindReturn

Parameters:
    x : Writer<'a, 'b>
    f : 'b -> 'c

Returns: Writer<'a, 'c>
x : Writer<'a, 'b>
f : 'b -> 'c
Returns: Writer<'a, 'c>

this.MergeSources

Full Usage: this.MergeSources

Parameters:
Returns: Writer<'a, ('b * 'c)>
x : Writer<'a, 'b>
y : Writer<'a, 'c>
Returns: Writer<'a, ('b * 'c)>

this.Return

Full Usage: this.Return

Parameters:
    x : 'a

Returns: Writer<'b, 'a>
x : 'a
Returns: Writer<'b, 'a>

this.ReturnFrom

Full Usage: this.ReturnFrom

Parameters:
Returns: Writer<'w, 't>
m : Writer<'w, 't>
Returns: Writer<'w, 't>

this.Zero

Full Usage: this.Zero

Returns: Writer<'a, unit>
Returns: Writer<'a, unit>

Type something to start searching.