lean4-htt/old_tests/tests/lean/1952.lean.expected.out
2018-04-10 12:56:55 -07:00

19 lines
1,007 B
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.

1952.lean:13:17: error: invalid structure value { ... }, field 'fn' was not provided
1952.lean:13:28: error: type mismatch at field 'fn_ax'
λ (x : ), rfl
has type
∀ (x : ), ?m_2[x] = ?m_2[x]
but is expected to have type
∀ (a : ), ⁇ a = a
1952.lean:16:38: error: invalid structure value { ... }, field 'mul' was not provided
1952.lean:16:38: error: invalid structure value { ... }, field 'one' was not provided
1952.lean:16:38: error: invalid structure value { ... }, field 'one_mul' was not provided
1952.lean:16:38: error: invalid structure value { ... }, field 'mul_one' was not provided
1952.lean:16:38: error: invalid structure value { ... }, field 'inv' was not provided
1952.lean:16:38: error: invalid structure value { ... }, field 'mul_left_inv' was not provided
1952.lean:16:53: error: type mismatch at field 'mul_assoc'
λ (x y z : α), rfl
has type
∀ (x y z : α), ?m_2[x, y, z] = ?m_2[x, y, z]
but is expected to have type
∀ (a b c : α), a * b * c = a * (b * c)