ContraVariance.hascasl.output revision 395efaeb5bf61bc2bf355c1c029dffa09bc1d1ed
type p : +Type -> Type := \ a : +Type . Pred (Pred a)
%% should be correct
type
type
type m : +Type -> Type := \ b : +Type . b
%% should be correct
%% Type Constructors -----------------------------------------------------
m : +Type -> Type := \ b : +Type . b
p : +Type -> Type := \ a : +Type . Pred (Pred a)
%% Diagnostics -----------------------------------------------------------
### Hint 2.27-2.32, wrong covariance of 'a'
### Hint 2.27-2.32, no kind found for 'a'
*** Error 2.27-2.32, no kind found for 'Pred a'
### Hint 3.27, wrong contravariance of 'b'
*** Error 3.27, no kind found for 'b'