Commit graph

17 commits

Author SHA1 Message Date
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
Renamed from src/frontends/lean/local_context.cpp (Browse further)