Leonardo de Moura
|
da98191256
|
chore(tests/lean/run): preparing tests for new elaborator
|
2016-07-31 17:45:43 -07:00 |
|
Leonardo de Moura
|
138d1bb146
|
fix(library/type_context): missing case
|
2016-07-31 15:16:52 -07:00 |
|
Leonardo de Moura
|
f461b53a7f
|
refactor(library): remove eq.ops namespace
|
2016-07-31 12:50:11 -07:00 |
|
Leonardo de Moura
|
a0589ce8b8
|
feat(frontends/lean): automatic coercions
|
2016-07-30 11:53:25 -07:00 |
|
Sebastian Ullrich
|
e090326f98
|
fix(library): remove classical instances from global scope
|
2016-07-29 23:44:23 -04:00 |
|
Sebastian Ullrich
|
c4edad0372
|
feat(frontends/lean, library): remove attribute and metaclass scoping
All data is now part of either a global, permanent scope or a local,
temporary one
|
2016-07-29 23:44:21 -04:00 |
|
Leonardo de Moura
|
de237fa6e4
|
chore(library/coercion): disable coercion attribute
|
2016-07-29 13:15:10 -07:00 |
|
Leonardo de Moura
|
7ddf1e817b
|
chore(frontends/lean): coercions are disabled by default
|
2016-07-29 13:03:23 -07:00 |
|
Daniel Selsam
|
1b7f70dde9
|
feat(simplifier): expose simp_lemmas data structure
|
2016-07-29 10:44:44 -07:00 |
|
Daniel Selsam
|
5fe08cb24c
|
fix(simplifier): closes #1093
|
2016-07-29 10:44:44 -07:00 |
|
Leonardo de Moura
|
a7c8cbc548
|
feat(frontends/lean/elaborator): add hard coded coercion from bool to Prop
|
2016-07-28 15:38:22 -07:00 |
|
Leonardo de Moura
|
690e39b261
|
feat(frontends/lean/elaborator): add checkpoint at typed_expr
|
2016-07-27 18:08:28 -07:00 |
|
Leonardo de Moura
|
12070e589a
|
feat(frontends/lean/elaborator): elaboration procedure for recursor/eliminator applications
|
2016-07-27 17:58:18 -07:00 |
|
Leonardo de Moura
|
3af268a95a
|
test(tests/lean/run/elab4): test 'calc'-expressions in the new elaborator
|
2016-07-27 17:11:34 -07:00 |
|
Leonardo de Moura
|
de9075b19d
|
chore(frontends/lean/builtin_cmds): support 'sorry' at #elab command
|
2016-07-27 17:09:36 -07:00 |
|
Leonardo de Moura
|
c4953cac43
|
feat(frontends/lean/elaborator): only use eliminator elaboration is function is fully applied
|
2016-07-25 17:24:57 -07:00 |
|
Leonardo de Moura
|
05a0061c09
|
feat(frontends/lean/elaborator): default elaboration for function applications
|
2016-07-25 15:50:16 -07:00 |
|
Leonardo de Moura
|
9ca065e7ee
|
chore(tests/lean/run/measurable): remove obsolete test
|
2016-07-23 19:05:22 -07:00 |
|
Leonardo de Moura
|
461b5f289c
|
feat(frontends/lean/elaborator): new elaborator skeleton
|
2016-07-23 19:02:17 -07:00 |
|
Leonardo de Moura
|
14ac5fb25a
|
fix(library/init/meta/mk_measurable_instance) : add 1 for each constructor
|
2016-07-23 13:01:09 -07:00 |
|
Leonardo de Moura
|
e0e5a84f84
|
chore(tests/lean): adjust tests
|
2016-07-23 12:48:35 -07:00 |
|
Leonardo de Moura
|
212d222047
|
feat(frontends/lean): quoted names
|
2016-07-22 19:06:57 -07:00 |
|
Leonardo de Moura
|
2bcd5c8379
|
feat(library/init): add state monad and stateT monad transformer
|
2016-07-22 15:42:29 -07:00 |
|
Leonardo de Moura
|
90eb79a295
|
feat(library/init/meta): add mk_inhabited_instance tactic
|
2016-07-20 21:01:50 -04:00 |
|
Leonardo de Moura
|
40b3410ede
|
feat(library/init/meta): add tactic mk_dec_eq_instance
|
2016-07-20 19:57:12 -04:00 |
|
Leonardo de Moura
|
cda29ea107
|
fix(library/tactic/cases_tactic): incorrect mk_app
|
2016-07-20 09:32:12 -04:00 |
|
Leonardo de Moura
|
ff712dd78d
|
test(tests/lean/run/unfold_crash): add Jared's repro
|
2016-07-18 20:00:30 -04:00 |
|
Leonardo de Moura
|
a20abd61e8
|
feat(library/tactic): implement rewrite and kabstract using occurrences object
|
2016-07-18 10:10:37 -04:00 |
|
Leonardo de Moura
|
7ffcee0cb8
|
fix(library/type_context): bug at complete_instance
|
2016-07-17 18:31:04 -04:00 |
|
Leonardo de Moura
|
26177995c2
|
feat(library/tactic): add 'generalize' tactic
|
2016-07-16 15:41:32 -04:00 |
|
Leonardo de Moura
|
031dbcd380
|
feat(library/tactic/cases_tactic): add missing case
|
2016-07-15 13:56:16 -04:00 |
|
Leonardo de Moura
|
5f2591b3a3
|
feat(library/init/meta/backward): expose back_lemmas (index)
Motivation: the user can create the index once and use it many times.
|
2016-07-10 17:11:24 -07:00 |
|
Leonardo de Moura
|
e48fa15b71
|
feat(library/tactic/backward/backward_chaining): add 'pre_tactic' to backward_chaining_core
|
2016-07-10 16:11:13 -07:00 |
|
Leonardo de Moura
|
7c8d0f444f
|
feat(library/tactic/backward): finish backward chaining tactic
|
2016-07-10 13:49:28 -07:00 |
|
Leonardo de Moura
|
6b30b89c89
|
feat(library/init/meta/tactic): add 'simp_at' tactics
|
2016-07-09 17:23:45 -07:00 |
|
Leonardo de Moura
|
d5a648a12a
|
feat(library/init/meta/tactic): add 'simp_using' and 'simp_using_hs', add 'try triv' after 'simp'
|
2016-07-09 16:37:55 -07:00 |
|
Daniel Selsam
|
ea19bb40dd
|
feat(simplifier): detect refl proofs from simp extensions
|
2016-07-09 10:11:58 -07:00 |
|
Daniel Selsam
|
c3d44249bc
|
feat(simplifier): take list of lemmas and tactic as args to simplify
|
2016-07-09 10:10:59 -07:00 |
|
Leonardo de Moura
|
519f47c9a7
|
fix(library/type_context): ignore assigned variables
|
2016-07-08 16:50:25 -07:00 |
|
Leonardo de Moura
|
f34e84dacb
|
feat(frontends/lean/parser): cute binders
|
2016-07-08 07:50:58 -07:00 |
|
Leonardo de Moura
|
9565a464ea
|
chore(tests/lean): fix tests
|
2016-07-07 07:39:26 -07:00 |
|
Leonardo de Moura
|
dce8776cfd
|
refactor(library/fun_info): separate subsingleton information from general param_info
|
2016-07-07 07:39:26 -07:00 |
|
Sebastian Ullrich
|
c5a8fe02ac
|
feat(frontends/lean): add parent classes to local context in struct definitions
Fixes #1066
|
2016-07-05 19:22:08 -07:00 |
|
Leonardo de Moura
|
dbbe070060
|
feat(library/tactic): add 'induction' tactic
|
2016-07-05 19:13:23 -07:00 |
|
Leonardo de Moura
|
0e06942d49
|
chore(tests/lean/run/simp_ext1): cleanup
|
2016-07-04 17:34:47 -07:00 |
|
Leonardo de Moura
|
7bbd43ba5e
|
chore(library/init/meta/tactic): cleanup mk_eq_simp_ext
|
2016-07-04 17:32:16 -07:00 |
|
Leonardo de Moura
|
f47bd06630
|
feat(library/tactic/simplifier): canonize instances
This is a cleanup of
10d23f0075
|
2016-07-04 17:23:16 -07:00 |
|
Daniel Selsam
|
ac57795871
|
feat(init/meta/tactic): mk_eq_simp_ext helper
|
2016-07-04 17:13:41 -07:00 |
|
Daniel Selsam
|
f8816e3ccb
|
feat(library/tactic/simplifier): basic simplifier extensions
|
2016-07-04 17:13:30 -07:00 |
|
Leonardo de Moura
|
6526a48c50
|
feat(library/tactic/ac_tactics): add 'perm_ac' tactic
TODO: add macro to postpone proof generation
|
2016-07-03 23:09:25 +01:00 |
|