CurryInfo: cpm-3.3.0 / CPM.Package.vgte

definition:
vgte :: Version -> Version -> Bool
vgte a b = a `vgt` b || a == b
demand:
arguments 1 2
deterministic:
deterministic operation
documentation:
--- Greater than or equal operator for versions.
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
vgte
precedence:
no precedence defined
result-values:
_
signature:
(Prelude.Int, Prelude.Int, Prelude.Int, Prelude.Maybe String)
-> (Prelude.Int, Prelude.Int, Prelude.Int, Prelude.Maybe String) -> Prelude.Bool
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term