CurryInfo: base-3.4.0 / Text.Show.showParen

definition: Info
 
showParen  :: Bool -> ShowS -> ShowS
showParen True  s = showChar '(' . s . showChar ')'
showParen False s = s
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
Surround the inner show function with parentheses if the first argument
evaluates to `True`.
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {({True},_) |-> {.._#lambda508} || ({False},_) |-> _}
name: Info
 showParen
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Prelude.Bool -> (String -> String) -> String -> String
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms