CurryInfo: base-3.4.0 / Prelude.showTuple

definition: Info
 
showTuple :: [ShowS] -> ShowS
showTuple ss = showChar '('
             . foldr1 (\s r -> s . showChar ',' . r) ss
             . showChar ')'
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Converts a list of show functions to a show function combining
the given show functions to a tuple representation.
failfree: Info
 {:}
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> {.._#lambda508}}
name: Info
 showTuple
precedence: Info
 no precedence defined
result-values: Info
 {.._#lambda508}
signature: Info
 [[Char] -> [Char]] -> [Char] -> [Char]
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 possibly non-reducible on same data term