CurryInfo: base-3.3.0 / Prelude.odd

definition:
odd :: Integral a => a -> Bool
odd = not . even
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Returns whether an integer is odd.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> {.._#lambda508}}
name:
odd
precedence:
no precedence defined
result-values:
{.._#lambda508}
signature:
Integral a => a -> Bool
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms