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