Skip to main content

objectively_accepted

Function objectively_accepted 

Source
pub fn objectively_accepted<A>(
    vaf: &ValueBasedFramework<A>,
    arg: &A,
) -> Result<bool, Error>
where A: Clone + Eq + Hash + Ord + Debug,
Expand description

Returns Ok(true) iff arg is accepted by every total ordering of the values mentioned in the framework.