lean2/tests/lean/tactic14.lean.expected.out
Leonardo de Moura 1ff6013594 fix(frontends/lean/frontend_elaborator): must elaborate type attached to placeholder, it may also contain holes
The test tactic14.lean exposes the problem.

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-12-07 15:37:59 -08:00

5 lines
186 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.

Set: pp::colors
Set: pp::unicode
Proved: T1
Theorem T1 (a b : ) (f : ) (assumption : a = b) : (f (f a)) = (f (f b)) :=
Congr (Refl f) (Congr (Refl f) assumption)