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

80 lines
1.1 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.

tactic_error_pos.lean:3:9: error: invalid type ascription, term has type
?m_1 ?m_2
but is expected to have type
p ∧ q
state:
p q : Prop,
h1 : p,
h2 : q
⊢ p ∧ q
tactic_error_pos.lean:9:19: error: don't know how to synthesize placeholder
context:
p q : Prop,
h1 : p,
h2 : q
⊢ p
state:
p q : Prop,
h1 : p,
h2 : q
⊢ p ∧ q
tactic_error_pos.lean:15:29: error: don't know how to synthesize placeholder
context:
p q : Prop,
h1 : p,
h2 : q
⊢ p
state:
p q : Prop,
h1 : p,
h2 : q
⊢ p ∧ q
tactic_error_pos.lean:23:0: error: tactic failed, there are unsolved goals
state:
2 goals
p q : Prop,
h1 : p,
h2 : q
⊢ p
p q : Prop,
h1 : p,
h2 : q
⊢ q
tactic_error_pos.lean:29:0: error: tactic failed, there are unsolved goals
state:
p q : Prop,
h1 : p,
h2 : q
⊢ p ∧ q
tactic_error_pos.lean:35:0: error: tactic failed, there are unsolved goals
state:
p q : Prop,
h1 : p,
h2 : q
⊢ p ∧ q
tactic_error_pos.lean:43:2: error: invalid apply tactic, failed to unify
p ∧ q
with
?m_1 ?m_2
state:
4 goals
p q : Prop,
h1 : p,
h2 : q
⊢ p ∧ q
p q : Prop,
h1 : p,
h2 : q
⊢ Prop
p q : Prop,
h1 : p,
h2 : q
⊢ Prop
p q : Prop,
h1 : p,
h2 : q
⊢ ?m_1