Skip to main content

check_positivity

Function check_positivity 

Source
pub fn check_positivity(
    inductive: &str,
    constructor: &str,
    ty: &Term,
) -> KernelResult<()>
Expand description

Check strict positivity of an inductive type in a constructor type.

This is the main entry point for positivity checking.