CurryInfo: base-3.3.0 / Text.Show.shows

definition:
 
shows :: Show a => a -> ShowS
shows = showString . show
demand:
 no demanded arguments
deterministic:
 deterministic operation
documentation:
 
Convert a value to `ShowS` using the standard show function.
failfree:
 _
indeterministic:
 referentially transparent operation
infix:
 no fixity defined
iotype:
 {(_) |-> {.._#lambda508}}
name:
 shows
precedence:
 no precedence defined
result-values:
 {.._#lambda508}
signature:
 Prelude.Show a => a -> String -> String
solution-complete:
 operation might suspend on free variables
terminating:
 yes
totally-defined:
 reducible on all ground data terms