lean4-htt/tests/lean/cases_unsupported_equality.lean.expected.out

9 lines
312 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.

cases_unsupported_equality.lean:6:3: error: cases tactic failed, unsupported equality between type and constructor indices
(only equalities between constructors and/or variables are supported, try cases on the indices):
f n = 0
state:
n : ,
f : ,
h : foo (f n)
⊢ f n = 0 → h == foo.a → true