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
394995dff0
fix(library/local_context): missing 'const'
2016-07-12 13:41:42 -04:00
Leonardo de Moura
07388479e6
feat(library/local_context): helper functions
2016-07-05 09:08:11 -07:00
Daniel Selsam
e1bc0a68e6
refactor(simplifier): port skeleton to new tactic framework
...
Conflicts:
library/init/meta/tactic.lean
src/library/tactic/tactic_state.cpp
2016-06-24 15:20:40 -07:00
Leonardo de Moura
fd08a9badf
refactor(library/local_context): store pp_name in local_ref's
...
This commit also removes the now obsolete API get_local_pp_name from abstract_type_context
2016-06-21 10:50:38 -07:00
Leonardo de Moura
125a80ad69
feat(library/tactic): add 'clear' tactic
2016-06-11 20:23:24 -07:00
Leonardo de Moura
6829c81f18
feat(library/tactic): add 'rename' tactic
2016-06-11 19:18:25 -07:00
Leonardo de Moura
c5d56be4ee
fix(library/local_context): typo
2016-06-10 18:29:41 -07:00
Leonardo de Moura
181e48e3f3
feat(library/tactic/tactic_state): add tactic_state.to_format
2016-06-09 10:47:17 -07:00
Leonardo de Moura
bd18516ddd
fix(library/local_context): typo
2016-05-01 19:01:30 -07:00
Leonardo de Moura
ee27480210
feat(library/type_context): initialize type class resolution
2016-03-27 13:41:07 -07:00
Leonardo de Moura
8038ca5f0c
refactor(metavar_context): metavar_decl contains a local_context instead of local_decls
...
Motivations:
- A goal is essentially a metavar_decl
- We need the local_context to implement restrict_metavars_context method
2016-03-15 12:52:30 -07:00
Leonardo de Moura
a823b0e6ec
feat(library/type_context): pop_local for type_context
2016-03-09 10:22:48 -08:00
Leonardo de Moura
fcf3e2e065
fix(library/local_context): typo
2016-03-05 16:57:15 -08:00
Leonardo de Moura
c0fc9e5479
feat(library/local_context, library/metavar_context): add new well_formed methods and procedures
2016-03-05 14:56:13 -08:00
Leonardo de Moura
fdbe8ee98a
feat(library/local_context): add get_local_decl_from_user_name
2016-03-05 13:35:54 -08:00
Leonardo de Moura
c3568e1ebb
fix(library/local_context): typo in assertion
2016-03-05 13:28:33 -08:00
Leonardo de Moura
66d583d279
feat(library/local_context): add well_formed debugging methods
2016-03-05 13:09:36 -08:00
Leonardo de Moura
994c9298b5
feat(library/local_context): add local_decls (set), and freeze operation for local declarations
2016-03-04 13:59:11 -08:00
Leonardo de Moura
5194df5e97
feat(library/local_context): encode order using a tree instead of a list
...
Motivations:
- It will be faster to delete local declarations.
- It is faster to find all local declarations that were created after a
give local declaration.
2016-03-01 16:23:51 -08:00
Leonardo de Moura
2982db6f80
feat(library/local_context): add new local context type
2016-03-01 13:40:37 -08:00
Leonardo de Moura
632d4fae36
chore(library): rename local_context to old_local_context
2016-02-11 18:15:16 -08:00
Leonardo de Moura
c9e9fee76a
refactor(*): remove name_generator and use simpler mk_fresh_name
2016-02-11 18:05:57 -08:00
Leonardo de Moura
df3100d2cd
fix(library/local_context): bug in abstract_locals procedure
2015-09-12 17:17:13 -07:00
Leonardo de Moura
70fc05294b
refactor(library/local_context): avoid hack in local_context
2015-06-18 15:41:00 -07:00
Leonardo de Moura
756fae7c2a
refactor(frontends/lean): move local_context to library
2014-12-10 12:43:32 -08:00