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

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