Changeset 11877 for trunk/HasCASL/test/ContraVariance.hascasl.output
- Timestamp:
- 03.07.2009 18:38:45 (5 months ago)
- Files:
-
- 1 modified
-
trunk/HasCASL/test/ContraVariance.hascasl.output (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/HasCASL/test/ContraVariance.hascasl.output
r9230 r11877 1 var a : +Type 1 2 type p a := Pred (Pred a) 2 3 %% should be correct … … 9 10 m := \ b : -Type . b; 10 11 p := \ a : +Type . Pred (Pred a) 11 ### Hint 2.32, wrong covariance of 'a' 12 ### Hint 2.32, no kind found for 'a' 13 *** Error 2.27-2.32, no kind found for 'Pred a' 14 *** Error 4.6, 12 var 13 a : +Type %(var_1)% 14 ### Hint 1.5, is type variable 'a' 15 ### Hint 3.18, wrong covariance of 'a' 16 ### Hint 3.18, no kind found for 'a' 17 *** Error 3.13-3.18, no kind found for 'Pred a' 18 *** Error 5.6, 15 19 wrong type of 'm' 16 20 expected: \ b : -Type . b