Provides a branch statement for Cont. cont will be evaluated if cond is true, otherwise it will be an empty computation.
Cont
cont
cond
true
The condition as branch statement.
The composed computation.
Generated using TypeDoc
Provides a branch statement for
Cont
.cont
will be evaluated ifcond
istrue
, otherwise it will be an empty computation.