Monotone_framework_sigs.LATTICEThe API for a complete (possibly non-distributive) lattice, needed for the mfp algorithm in the monotone framework
include LATTICE_NO_BOTval leq : properties -> properties -> boolval initial : propertiesAn initial value, which might not be the top element. The idea is that this is the property that you start with (you assume to be true at the start of your analysis).
val lub : properties -> properties -> propertiesval bottom : properties