CurryInfo: base-3.3.0 / Data.Char.isBinDigit

definition:
isBinDigit :: Char -> Bool
isBinDigit c = c == '0' || c == '1'
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Returns true if the argument is a binary digit.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
isBinDigit
precedence:
no precedence defined
result-values:
_
signature:
Char -> Bool
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms