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

definition: Info
 
letExpr :: [CLocalDecl] -> CExpr -> CExpr
letExpr locals cexp = if null locals then cexp else CLetDecl locals cexp
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
Constructs a let declaration (with possibly empty local delcarations).
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> _}
name: Info
 letExpr
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 [AbstractCurry.Types.CLocalDecl] -> AbstractCurry.Types.CExpr
-> AbstractCurry.Types.CExpr
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms