IndentationMonadMonadBuilder

Namespace: Chimayo.Ssis.CodeGen
Parent Module: Internals

Constructors

ConstructorDescription
new()
Signature: unit -> IndentationMonadMonadBuilder

CompiledName: .ctor

Instance members

Instance memberDescription
Bind(arg1, f)
Signature: (IndentationMonad<'a> * f:('a -> IndentationMonad<'b>)) -> IndentationMonad<'b>
Type parameters: 'a, 'b
Combine(expr1, expr2)
Signature: (expr1:IndentationMonad<unit> * expr2:IndentationMonad<'?9588>) -> IndentationMonad<'?9588>
Type parameters: '?9588
Return(v)
Signature: v:'a -> IndentationMonad<'a>
Type parameters: 'a
Run(arg1)
Signature: IndentationMonad<'a> -> IndentationMonad<'a>
Type parameters: 'a
Zero()
Signature: unit -> IndentationMonad<unit>