lean2/tests/lean/place_eqn.lean.expected.out

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

place_eqn.lean:4:16: error: don't know how to synthesize placeholder
foo :
place_eqn.lean:5:16: error: don't know how to synthesize placeholder
foo : ,
a :
place_eqn.lean:3:0: error: failed to add declaration 'foo' to environment, value has metavariables
λ (a : ),
nat.brec_on a
(λ (a_1 : ) (b : nat.below a_1),
nat.cases_on a_1 (λ (b_1 : nat.below 0), ?M_1) (λ (a_2 : ) (b_1 : nat.below (succ a_2)), ?M_2) b)