Skip to main content

conjunct_shared

Function conjunct_shared 

Source
pub open spec fn conjunct_shared<RA: ResourceAlgebra>(a: RA, b: RA, c: RA) -> bool
Expand description
{ forall |p: RA| p.valid() && incl(a, p) && incl(b, p) ==> #[trigger] incl(c, p) }