Header menu logo bristlecone

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<'c, 'b>
m : Writer<'a, 'b>
f : 'a -> Writer<'c, 'b>
Returns: Writer<'c, 'b>

this.For

Full Usage: this.For

Parameters:
    seq : 'a seq
    body : 'a -> Writer<unit, 'b>

Returns: Writer<unit, 'b>
seq : 'a seq
body : 'a -> Writer<unit, 'b>
Returns: Writer<unit, 'b>

this.Return

Full Usage: this.Return

Parameters:
    x : 'a

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

this.Zero

Full Usage: this.Zero

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

Type something to start searching.