lean2/tests/lean/let4.lean.expected.out
Leonardo de Moura 46b9b2114a fix(tests/lean): adjust error messages in the expected output
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-10-24 19:27:26 -07:00

47 lines
2.3 KiB
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Set: pp::colors
Set: pp::unicode
let b := , a : := b in a
Assumed: vector
Assumed: const
let a := 10, v1 := const a , v2 := v1 in v2 : vector Bool 10
let a := 10, v1 : vector Bool a := const a , v2 : vector Bool a := v1 in v2
let a := 10, v1 : vector Bool a := const a , v2 : vector Bool a := v1 in v2 : vector Bool 10
Failed to solve
a : := 10, v1 : vector ?M3::0 a := const a ⊢ Bool ≈
Substitution
a : := 10, v1 : vector ?M3::0 a := const a ⊢ ?M3::0[lift:0:1] ≈
Destruct/Decompose
a : := 10, v1 : vector ?M3::0 a := const a ⊢ vector (?M3::0[lift:0:1]) a ≺ vector a
(line: 31: pos: 26) Type of definition 'v2' must be convertible to expected type.
Assignment
a : := 10 ⊢ ?M3::0 ≈ Bool
Destruct/Decompose
a : := 10 ⊢ vector ?M3::0 a ≺ vector Bool a
(line: 30: pos: 26) Type of definition 'v1' must be convertible to expected type.
Assumed: foo
Coercion foo
Failed to solve
a : := 10, v1 : vector ?M3::0 a := const a ⊢ Bool ≈
Substitution
a : := 10, v1 : vector ?M3::0 a := const a ⊢ ?M3::0[lift:0:1] ≈
Destruct/Decompose
a : := 10, v1 : vector ?M3::0 a := const a ⊢ vector (?M3::0[lift:0:1]) a ≺ vector a
(line: 40: pos: 26) Type of definition 'v2' must be convertible to expected type.
Assignment
a : := 10 ⊢ ?M3::0 ≈ Bool
Destruct/Decompose
a : := 10 ⊢ vector ?M3::0 a ≺ vector Bool a
(line: 39: pos: 26) Type of definition 'v1' must be convertible to expected type.
Set: lean::pp::coercion
Failed to solve
a : := 10, v1 : vector ?M3::0 a := const a ⊢ Bool ≈
Substitution
a : := 10, v1 : vector ?M3::0 a := const a ⊢ ?M3::0[lift:0:1] ≈
Destruct/Decompose
a : := 10, v1 : vector ?M3::0 a := const a ⊢ vector (?M3::0[lift:0:1]) a ≺ vector a
(line: 48: pos: 26) Type of definition 'v2' must be convertible to expected type.
Assignment
a : := 10 ⊢ ?M3::0 ≈ Bool
Destruct/Decompose
a : := 10 ⊢ vector ?M3::0 a ≺ vector Bool a
(line: 47: pos: 26) Type of definition 'v1' must be convertible to expected type.