Internals

Namespace: Chimayo.Ssis.CodeGen
Parent Module: IndentationMonad

Nested types and modules

TypeDescription
IndentationMonad<'a>
IndentationMonadMonadBuilder
IndentationMonadStateType

Functions and values

Function or valueDescription
bind f arg2
Signature: f:('?9574 -> IndentationMonad<'?9575>) -> IndentationMonad<'?9574> -> IndentationMonad<'?9575>
Type parameters: '?9574, '?9575
combine expr1 expr2
Signature: expr1:IndentationMonad<unit> -> expr2:IndentationMonad<'?9577> -> IndentationMonad<'?9577>
Type parameters: '?9577
getState
Signature: IndentationMonad<IndentationMonadStateType>
setState (arg1, arg2, arg3, arg4, arg5)
Signature: (int list * string list * string * string option * string list) -> IndentationMonad<unit>