ContraVariance.hascasl revision f4d2adb22998bc523bfecc5295460d8b9fa6ea16
type p := \ (a : Type+) . Pred (Pred a) %% should be correct
type p := \ (a : Type+) . Pred a %% should be wrong
type m := \ (b : Type-) . b %% should be wrong