CurryInfo: base-3.3.0 / Data.Char.isLatin1

definition:
isLatin1       :: Char -> Bool
isLatin1 c     =  c < '\xff'
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Returns true if the argument is an Latin-1 character.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
isLatin1
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