CurryInfo: abstract-curry-4.0.0 / AbstractCurry.Build.doExpr

definition: Info
 
doExpr :: [CStatement] -> CExpr
doExpr stats = case stats of [CSExpr exp] -> exp
                             _            -> CDoExpr stats
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
Constructs a do expression. If the list of statements in the do expression
contains a single expression, the do expression is transformed into
a simple expression.
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {({:}) |-> _ || ({[]}) |-> {CDoExpr}}
name: Info
 doExpr
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 [AbstractCurry.Types.CStatement] -> AbstractCurry.Types.CExpr
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms