CurryInfo: base-3.3.0 / Prelude.even

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