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

15 lines
611 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.

attribute_bug1.lean:8:0: error: simp tactic failed to simplify
state:
n :
⊢ f n = n + 1
attribute_bug1.lean:8:0: error: failed to add declaration 'example' to environment, value has metavariables
remark: set 'formatter.hide_full_terms' to false to see the complete term
?M_1
constant fdef : ∀ (n : ), f n = n + 1
attribute_bug1.lean:20:0: error: simp tactic failed to simplify
state:
n :
⊢ f n = n + 1
attribute_bug1.lean:20:0: error: failed to add declaration 'example' to environment, value has metavariables
remark: set 'formatter.hide_full_terms' to false to see the complete term
?M_1