You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A SchemeLattice is a Lattice that also supports all Scheme operations, which are basically the same as all those found in IntLattice, StringLattice, … combined. It might be possible therefore also say that a SchemeLattice[L,…] extends not only Lattice[L], but also IntLattice[L], StringLattice[L] and so on. Doing so might make the usage of a separate of collection of SchemeOps redundant (simplifying and unifying those concepts in the overall design and removing some boilerplate code) and might also help dealing with failures (cf. #21) in a more uniform way.
The text was updated successfully, but these errors were encountered:
A
SchemeLattice
is aLattice
that also supports all Scheme operations, which are basically the same as all those found inIntLattice
,StringLattice
, … combined. It might be possible therefore also say that aSchemeLattice[L,…]
extends not onlyLattice[L]
, but alsoIntLattice[L]
,StringLattice[L]
and so on. Doing so might make the usage of a separate of collection ofSchemeOps
redundant (simplifying and unifying those concepts in the overall design and removing some boilerplate code) and might also help dealing with failures (cf. #21) in a more uniform way.The text was updated successfully, but these errors were encountered: