2015-02-11 19:02:59 +00:00
|
|
|
|
1 + 2 : ℕ
|
2015-10-14 01:35:16 +00:00
|
|
|
|
add : ?A → ?A → ?A
|
2015-02-11 19:02:59 +00:00
|
|
|
|
a + a : ℕ
|
|
|
|
|
a + a : ℕ
|
2015-10-14 01:35:16 +00:00
|
|
|
|
a + 1 : ℕ
|
2015-02-11 19:02:59 +00:00
|
|
|
|
a + a : ℕ
|
|
|
|
|
a + a : ℕ
|
|
|
|
|
a + 1 : ℕ
|
2015-10-14 01:35:16 +00:00
|
|
|
|
open_tst.lean:20:2: error: don't know how to synthesize placeholder
|
2015-02-11 19:02:59 +00:00
|
|
|
|
|
|
|
|
|
⊢ inhabited ℕ
|
2015-10-14 01:35:16 +00:00
|
|
|
|
open_tst.lean:20:2: error: failed to add declaration 'foo1' 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-02-11 19:02:59 +00:00
|
|
|
|
?M_1
|
|
|
|
|
a + a : ℕ
|
|
|
|
|
a + 1 : ℕ
|
2015-10-14 01:35:16 +00:00
|
|
|
|
open_tst.lean:29:2: error: don't know how to synthesize placeholder
|
2015-02-11 19:02:59 +00:00
|
|
|
|
|
|
|
|
|
⊢ inhabited ℕ
|
2015-10-14 01:35:16 +00:00
|
|
|
|
open_tst.lean:29:2: error: failed to add declaration 'foo2' 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-02-11 19:02:59 +00:00
|
|
|
|
?M_1
|
2015-10-14 01:35:16 +00:00
|
|
|
|
a + a : ℕ
|