lean4-htt/tests/lean/1794.lean.expected.out
2018-01-09 15:09:08 -08:00

7 lines
273 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.

case test.cons
n m h_n h_i : ,
h_is : list ,
h_a : test h_n h_is,
h : test (nat.succ (nat.add h_n (nat.add 2 0))) (h_i :: h_is)
⊢ n + n = nat.succ (nat.add h_n (nat.add 2 0)) → [m] = h_i :: h_is → false
1794.lean:8:0: warning: declaration 'example3' uses sorry