[FEATURE REQUEST] Base implementation for FunctionalLattice
's isTop()
and isBottom()
#184
Labels
⁉ priority:p2
Priority planning - level 2
🎊 resolution:resolved
Bug or feature resolved - might not have been merged to master yet
🔍 scope:analysis
Work regarding abstract domains or fixpoint algorithms
🎆 type:feature
New feature or request
Milestone
Description
A base implementation of
FunctionalLattice
'sisTop()
andisBottom()
methods should be provided as the one defined inEnvironment
, since that one is usually the logic for environments. It might also be worth investigating default implementations forSetLattice
andInverseSetLattice
.The text was updated successfully, but these errors were encountered: