FsCassy


Statement<'t, 'r>

Namespace: FsCassy

Union Cases

Union CaseDescription
Clause(Clause<'t,Statement<'t,'r>>)
Signature: Clause<'t,Statement<'t,'r>>
Exec('r)
Signature: 'r

Static members

Static memberDescription
( >>= )(x, f)
Signature: (x:Statement<'t,'?7614> * f:('?7614 -> Statement<'t,'?7615>)) -> Statement<'t,'?7615>

Compose statement x with the statement returned by f

CompiledName: op_GreaterGreaterEquals

Fork me on GitHub