CurryInfo: cpm-3.3.0 / CPM.Package.vlte

definition:
vlte :: Version -> Version -> Bool
vlte a b = a `vlt` b || a == b
demand:
arguments 1 2
deterministic:
deterministic operation
documentation:
--- Less than or equal operator for versions.
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
vlte
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