CurryInfo: currydoc-4.0.0 / CurryDoc.Read.showId

definition: Info
 
showId :: String -> String
showId name = if isAlpha (head name) then name
                                     else ('(':name)++")"
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
enclose a non-letter identifier in brackets:
failfree: Info
 {:}
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> _}
name: Info
 showId
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 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