Cross Reference: ContraVariance.hascasl
xref
: /
hets
/
HasCASL
/
test
/
ContraVariance.hascasl
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
var a : +Type
type p a := Pred (Pred a) %% should be correct
type p a := Pred a %% should be wrong
type m (b : -Type) := b %%
type m (b : +Type) := b %% both contradict