CurryInfo: cass-analysis-4.0.0 / Analysis.Demandedness.lub

definition:
lub :: DemandDomain -> DemandDomain -> DemandDomain
lub Bot x = x
lub Top _ = Top
demand:
argument 1
deterministic:
deterministic operation
documentation:
-- Least upper bound on abstract demand domain.
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({Bot},_) |-> _ || ({Top},_) |-> {Top}}
name:
lub
precedence:
no precedence defined
result-values:
_
signature:
DemandDomain -> DemandDomain -> DemandDomain
solution-complete:
operationally complete operation
terminating:
yes
totally-defined:
reducible on all ground data terms