CurryInfo: currydoc-4.0.0 / CurryDoc.Read.isIdChar

definition: Info
 
isIdChar :: Char -> Bool
isIdChar c = isAlphaNum c || c == '_' || c == '\''
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
is an alphanumeric character, underscore, or apostroph?
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> _}
name: Info
 isIdChar
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Prelude.Char -> Prelude.Bool
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term