Core.LatticeSourceInterface of lattice structures
type 'a lattice = {bottom : 'a;top : 'a;is_bottom : 'a -> bool;subset : 'a Context.ctx -> 'a -> 'a -> bool;join : 'a Context.ctx -> 'a -> 'a -> 'a;meet : 'a Context.ctx -> 'a -> 'a -> 'a;widen : 'a Context.ctx -> 'a -> 'a -> 'a;merge : 'a -> ('a * Change.change_map) -> ('a * Change.change_map) -> 'a;print : Print.printer -> 'a -> unit;}Lattice operators