| .. |
|
begin_end_ext.cpp
|
|
|
|
begin_end_ext.h
|
|
|
|
builtin_cmds.cpp
|
feat(library/simplifier): add API for extracting simplification rules defined in a given namespace
|
2015-07-22 18:47:56 -07:00 |
|
builtin_cmds.h
|
|
|
|
builtin_exprs.cpp
|
feat(frontends/lean): add 'suppose'-expression
|
2015-07-19 12:15:12 -07:00 |
|
builtin_exprs.h
|
|
|
|
builtin_tactics.cpp
|
feat(frontends/lean): add simp tactic frontend stub
|
2015-07-14 09:54:53 -04:00 |
|
builtin_tactics.h
|
|
|
|
calc.cpp
|
refactor(library/relation_manager): cleanup and add API for declaring a relation that may not be reflexive, symmetric nor transitive
|
2015-07-07 15:58:24 -07:00 |
|
calc.h
|
refactor(library/relation_manager): cleanup and add API for declaring a relation that may not be reflexive, symmetric nor transitive
|
2015-07-07 15:58:24 -07:00 |
|
calc_proof_elaborator.cpp
|
refactor(library/relation_manager): cleanup and add API for declaring a relation that may not be reflexive, symmetric nor transitive
|
2015-07-07 15:58:24 -07:00 |
|
calc_proof_elaborator.h
|
refactor(*): start process for eliminating of opaque definitions from the kernel
|
2015-05-08 16:06:04 -07:00 |
|
CMakeLists.txt
|
feat(frontends/lean): add simp tactic frontend stub
|
2015-07-14 09:54:53 -04:00 |
|
cmd_table.h
|
|
|
|
coercion_elaborator.cpp
|
refactor(library/coercion): simplify coercion module API
|
2015-07-01 14:40:12 -07:00 |
|
coercion_elaborator.h
|
feat(frontends/lean): add option for disabling "coercion lifting"
|
2015-05-30 17:07:42 -07:00 |
|
decl_attributes.cpp
|
feat(frontends/lean): add '[congr]' attribute
|
2015-07-22 17:21:47 -07:00 |
|
decl_attributes.h
|
feat(frontends/lean): add '[congr]' attribute
|
2015-07-22 17:21:47 -07:00 |
|
decl_cmds.cpp
|
feat(frontends/lean): remove unnecessary flag
|
2015-06-17 17:23:20 -07:00 |
|
decl_cmds.h
|
feat(frontends/lean/elaborator): hide auxiliary 'match' hypothesis during elaboration
|
2015-05-25 15:24:56 -07:00 |
|
dependencies.cpp
|
|
|
|
dependencies.h
|
|
|
|
elaborator.cpp
|
fix(frontends/lean/elaborator): fixes #724
|
2015-07-06 15:19:19 -07:00 |
|
elaborator.h
|
fix(frontends/lean/elaborator): fixes #687
|
2015-06-28 19:58:57 -07:00 |
|
elaborator_context.cpp
|
feat(frontends/lean): add option for disabling "coercion lifting"
|
2015-05-30 17:07:42 -07:00 |
|
elaborator_context.h
|
feat(frontends/lean): add option for disabling "coercion lifting"
|
2015-05-30 17:07:42 -07:00 |
|
elaborator_exception.cpp
|
|
|
|
elaborator_exception.h
|
|
|
|
find_cmd.cpp
|
refactor(*): start process for eliminating of opaque definitions from the kernel
|
2015-05-08 16:06:04 -07:00 |
|
find_cmd.h
|
|
|
|
inductive_cmd.cpp
|
feat(datatypes): let the type of unit be the lowest non-Prop universe
|
2015-06-25 17:33:46 -07:00 |
|
inductive_cmd.h
|
|
|
|
info_annotation.cpp
|
|
|
|
info_annotation.h
|
|
|
|
info_manager.cpp
|
|
|
|
info_manager.h
|
chore(*): fix 'breif' typos
|
2015-06-08 16:54:55 -07:00 |
|
info_tactic.cpp
|
refactor(library/tactic): refine interface between tactic and proof-term modes
|
2015-05-07 18:02:51 -07:00 |
|
info_tactic.h
|
|
|
|
init_module.cpp
|
feat(frontends/lean): allow the user to mark subterms that should be automatically abstracted into new definitions
|
2015-06-12 17:49:26 -07:00 |
|
init_module.h
|
|
|
|
local_decls.h
|
fix(frontends/lean): fixes #652
|
2015-06-03 21:53:51 -07:00 |
|
local_ref_info.cpp
|
fix(frontends/lean/pp): fixes #634
|
2015-05-29 14:07:38 -07:00 |
|
local_ref_info.h
|
fix(frontends/lean/pp): fixes #634
|
2015-05-29 14:07:38 -07:00 |
|
migrate_cmd.cpp
|
feat(frontends/lean/migrate_cmd): ignore derived transitive instances in the migrate command
|
2015-06-30 14:00:41 -07:00 |
|
migrate_cmd.h
|
|
|
|
nested_declaration.cpp
|
fix(frontends/lean/nested_declaration): compilation error in debug mode
|
2015-06-13 13:10:10 -07:00 |
|
nested_declaration.h
|
feat(frontends/lean): allow the user to mark subterms that should be automatically abstracted into new definitions
|
2015-06-12 17:49:26 -07:00 |
|
notation_cmd.cpp
|
feat(frontends/lean): add type notation for referencing hypotheses
|
2015-07-20 21:43:47 -07:00 |
|
notation_cmd.h
|
feat(frontends/lean): add type notation for referencing hypotheses
|
2015-07-20 21:43:47 -07:00 |
|
obtain_expr.cpp
|
fix(kernel,library): make sure macros check relevant arguments when kernel is performing full type checking
|
2015-05-08 12:41:23 -07:00 |
|
obtain_expr.h
|
feat(frontends/lean): improved 'obtains' expression
|
2015-05-05 18:30:16 -07:00 |
|
parse_rewrite_tactic.cpp
|
feat(frontends/lean/parse_rewrite_tactic): change the semantics of rewrite[↑f] when f is recursive
|
2015-07-12 13:20:21 -04:00 |
|
parse_rewrite_tactic.h
|
feat(library/tactic/rewrite_tactic): add xrewrite and krewrite tactic variants
|
2015-05-27 16:32:43 -07:00 |
|
parse_simp_tactic.cpp
|
refactor(library/simplifier): rename 'rewrite_rule' to 'simp_rule'
|
2015-07-22 10:39:30 -07:00 |
|
parse_simp_tactic.h
|
feat(frontends/lean): add simp tactic frontend stub
|
2015-07-14 09:54:53 -04:00 |
|
parse_table.cpp
|
feat(frontends/lean): allow user to assign priorities to notation declarations
|
2015-06-30 17:10:27 -07:00 |
|
parse_table.h
|
feat(frontends/lean): allow user to assign priorities to notation declarations
|
2015-06-30 17:10:27 -07:00 |
|
parse_tactic_location.cpp
|
|
|
|
parse_tactic_location.h
|
|
|
|
parse_with_options_tactic.cpp
|
feat(frontends/lean): parse 'with_options' tactical
|
2015-07-13 19:13:41 -04:00 |
|
parse_with_options_tactic.h
|
feat(frontends/lean): parse 'with_options' tactical
|
2015-07-13 19:13:41 -04:00 |
|
parser.cpp
|
feat(frontends/lean): allow backticks in binder declarations
|
2015-07-22 13:54:47 -07:00 |
|
parser.h
|
feat(frontends/lean): allow backticks in binder declarations
|
2015-07-22 13:54:47 -07:00 |
|
parser_bindings.cpp
|
|
|
|
parser_bindings.h
|
|
|
|
parser_config.cpp
|
feat(frontends/lean): allow user to assign priorities to notation declarations
|
2015-06-30 17:10:27 -07:00 |
|
parser_config.h
|
feat(frontends/lean): allow user to assign priorities to notation declarations
|
2015-06-30 17:10:27 -07:00 |
|
parser_pos_provider.cpp
|
|
|
|
parser_pos_provider.h
|
|
|
|
pp.cpp
|
fix(frontends/lean/pp): make pp_have more robust
|
2015-06-10 16:26:20 -07:00 |
|
pp.h
|
fix(frontends/lean/pp): fixes #634
|
2015-05-29 14:07:38 -07:00 |
|
register_module.cpp
|
|
|
|
register_module.h
|
|
|
|
scanner.cpp
|
feat(frontends/lean): add type notation for referencing hypotheses
|
2015-07-20 21:43:47 -07:00 |
|
scanner.h
|
feat(frontends/lean): add type notation for referencing hypotheses
|
2015-07-20 21:43:47 -07:00 |
|
server.cpp
|
refactor(*): clarify name_generator ownership
|
2015-05-21 14:32:36 -07:00 |
|
server.h
|
|
|
|
structure_cmd.cpp
|
feat(library/normalize,frontends/lean): allow multiple arguments in [unfold] hint
|
2015-07-07 18:01:57 -07:00 |
|
structure_cmd.h
|
fix(frontends/lean/builtin_cmds): fixes #630
|
2015-05-26 22:19:42 -07:00 |
|
tactic_hint.cpp
|
|
|
|
tactic_hint.h
|
|
|
|
theorem_queue.cpp
|
refactor(frontends/lean): add postprocess procedure and cleanup
|
2015-06-10 15:19:35 -07:00 |
|
theorem_queue.h
|
feat(frontends/lean): add 'wait' command
|
2015-05-08 20:05:21 -07:00 |
|
token_table.cpp
|
feat(frontends/lean): add '[congr]' attribute
|
2015-07-22 17:21:47 -07:00 |
|
token_table.h
|
|
|
|
tokens.cpp
|
feat(frontends/lean): add '[congr]' attribute
|
2015-07-22 17:21:47 -07:00 |
|
tokens.h
|
feat(frontends/lean): add '[congr]' attribute
|
2015-07-22 17:21:47 -07:00 |
|
tokens.txt
|
feat(frontends/lean): add '[congr]' attribute
|
2015-07-22 17:21:47 -07:00 |
|
type_util.cpp
|
|
|
|
type_util.h
|
|
|
|
update_environment_exception.h
|
|
|
|
util.cpp
|
feat(frontends/lean): parse 'with_options' tactical
|
2015-07-13 19:13:41 -04:00 |
|
util.h
|
feat(frontends/lean): parse 'with_options' tactical
|
2015-07-13 19:13:41 -04:00 |