AsyncWriter Module
Functions and values
| Function or value | Description |
Full Usage:
AsyncWriter.bind f x
Parameters:
'a -> AsyncWriter<'log, 'b>
x : AsyncWriter<'log, 'a>
Returns: AsyncWriter<'log, 'b>
|
|
|
|
|
|
Full Usage:
AsyncWriter.mapBind binder input
Parameters:
'a -> Writer<'log, 'b>
input : AsyncWriter<'log, 'a>
Returns: AsyncWriter<'log, 'b>
|
|
|
|
|
|
AsyncWriterResult