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

definition:
tupleName :: Int -> QName
tupleName arity | arity > 1 = pre ('(' : replicate (arity - 1) ',' ++ ")")
                | otherwise = error $ "tupleName: illegal arity " ++ show arity
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Construct the name of an n-ary tuple.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
tupleName
precedence:
no precedence defined
result-values:
_
signature:
Prelude.Int -> (String, String)
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term