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

definition: Info
 
tupleExpr :: [Expr] -> Expr
tupleExpr es = Tuple es
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Constructs a tuple expression from list of component expressions.
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> {Tuple}}
name: Info
 tupleExpr
precedence: Info
 no precedence defined
result-values: Info
 {Tuple}
signature: Info
 [AbstractHaskell.Types.Expr] -> AbstractHaskell.Types.Expr
solution-complete: Info
 operationally complete operation
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms