CurryInfo: binint-3.0.0 / Data.BinInt.lteqInteger

definition:
lteqInteger :: BinInt -> BinInt -> Bool
lteqInteger x y = cmpInteger x y /= GT
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Less-than-or-equal on BinInt
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
lteqInteger
precedence:
no precedence defined
result-values:
_
signature:
BinInt -> BinInt -> Prelude.Bool
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
reducible on all ground data terms