2015-02-26 00:20:44 +00:00
|
|
|
|
place_eqn.lean:4:18: error: don't know how to synthesize placeholder
|
2015-01-10 17:13:50 +00:00
|
|
|
|
foo : ℕ → ℕ
|
|
|
|
|
⊢ ℕ
|
2015-02-26 00:20:44 +00:00
|
|
|
|
place_eqn.lean:5:18: error: don't know how to synthesize placeholder
|
2015-01-10 17:13:50 +00:00
|
|
|
|
foo : ℕ → ℕ,
|
|
|
|
|
a : ℕ
|
|
|
|
|
⊢ ℕ
|
|
|
|
|
place_eqn.lean:3:0: error: failed to add declaration 'foo' to environment, value has metavariables
|
2015-03-13 19:42:57 +00:00
|
|
|
|
remark: set 'formatter.hide_full_terms' to false to see the complete term
|
2015-01-10 17:13:50 +00:00
|
|
|
|
λ (a : ℕ),
|
|
|
|
|
nat.brec_on a
|
2015-03-13 19:42:57 +00:00
|
|
|
|
(λ (a_1 : ℕ) (b : …), nat.cases_on a_1 (λ (b_1 : …), ?M_1) (λ (a_2 : ℕ) (b_1 : …), ?M_2) b)
|