lean4-htt/tests/lean/induction_naming2.lean.expected.out
2017-12-10 19:30:43 -08:00

12 lines
329 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.

2 goals
case tree.leaf
⊢ foo tree.leaf = tree.leaf
case tree.node
a_left : tree,
a_val : ,
a_right : tree,
a_ih_left : foo a_left = a_left,
a_ih_right : foo a_right = a_right
⊢ foo (tree.node a_left a_val a_right) = tree.node a_left a_val a_right
induction_naming2.lean:7:0: warning: declaration '[anonymous]' uses sorry