Skip to main content

incl

Function incl 

Source
pub open spec fn incl<RA: ResourceAlgebra>(a: RA, b: RA) -> bool
Expand description
{ exists |c| RA::op(a, c) == b }

The preorder relation. incl(a, b) (or a ≼ b) means that there is some c such that a · c == b