lean4-htt/tests/lean/1258.lean.expected.out
2017-03-31 19:19:44 -07:00

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

1258.lean:4:19: error: failed to revert 'xs', 'foo' depends on it, and 'foo' is an auxiliary declaration introduced by the equation compiler (possible solution: use tactic 'clear' to remove 'foo' from the local context)
state:
xs : list ,
foo : ∀ (ns : list ), P xs ns,
n : ,
ns : list
⊢ P xs (n :: ns)