pub trait IsTop {
// Required method
fn is_top(&self) -> bool;
}
Expand description
Trait to check if a lattice instance is top (⊤) and therefore cannot change any futher.
pub trait IsTop {
// Required method
fn is_top(&self) -> bool;
}
Trait to check if a lattice instance is top (⊤) and therefore cannot change any futher.