lean4-htt/tests/lean/1467.lean.expected.out
2017-03-17 19:54:35 -07:00

30 lines
812 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.

1467.lean:8:0: error: subst tactic failed, hypothesis 'H' is not of the form (x = t) or (t = x)
state:
m : ,
n : := g m,
H : f n = m
⊢ h m = h m
1467.lean:18:0: error: subst tactic failed, hypothesis 'H' is not of the form (x = t) or (t = x)
state:
m : ,
n : := ?m_1,
H : f n = m
⊢ h m = h m
1467.lean:25:0: error: subst tactic failed, hypothesis 'm' is not a variable nor an equation of the form (x = t) or (t = x)
state:
m : ,
n : := g m,
H : f n = m
⊢ h m = h m
1467.lean:35:0: error: subst tactic failed, hypothesis 'm' is not a variable nor an equation of the form (x = t) or (t = x)
state:
m : ,
n : := ?m_1,
H : f n = m
⊢ h m = h m
1467.lean:42:0: error: clear tactic failed, hypothesis 'a' depends on 'p'
state:
m p : ,
a : := g p,
n : := g a
⊢ h m = h m