Cross Reference: /hets/HasCASL/test/ContraVariance.hascasl
Cross Reference: ContraVariance.hascasl
xref
: /
hets
/
HasCASL
/
test
/
ContraVariance.hascasl
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
1
2
3
4
5
6
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