CurryInfo: currydoc-4.0.0 / CurryDoc.Read.showId

definition:
showId :: String -> String
showId name = if isAlpha (head name) then name
                                     else ('(':name)++")"
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- enclose a non-letter identifier in brackets:
failfree:
{:}
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
showId
precedence:
no precedence defined
result-values:
_
signature:
String -> String
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term