CurryInfo: currydoc-4.0.0 / CurryDoc.Read.isIdChar

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