CurryInfo: abstract-haskell-3.0.0 / AbstractHaskell.Goodies.clet

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