lean4-htt/src/frontends/lean
2015-05-31 17:21:37 -07:00
..
begin_end_ext.cpp feat(*): uniform metaclass names, metaclass validation at 'open' command 2015-02-11 10:35:04 -08:00
begin_end_ext.h
builtin_cmds.cpp feat(frontends/lean/builtin_cmds): add 'print [reducible]', 'print [irreducible]' and 'print [quasireducible]' commands 2015-05-29 16:47:29 -07:00
builtin_cmds.h
builtin_exprs.cpp feat(frontends/lean): add 'override' (notation) command 2015-05-20 11:42:16 -07:00
builtin_exprs.h
builtin_tactics.cpp feat(library/tactic/rewrite_tactic): add xrewrite and krewrite tactic variants 2015-05-27 16:32:43 -07:00
builtin_tactics.h fix(frontends/lean): missing files 2015-04-28 10:55:04 -07:00
calc.cpp refactor(library): rename equivalence_manager to relation_manager 2015-05-21 12:25:02 -07:00
calc.h refactor(library): replace 'calc_trans', 'calc_symm', 'calc_refl' and 'calc_subst' commands with attributes '[symm]', '[refl]', '[trans]' and '[subst]' 2015-05-02 15:15:35 -07:00
calc_proof_elaborator.cpp refactor(library,frontends/lean): simplify the creation of custom normalizers 2015-05-27 15:33:20 -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): improved 'obtains' expression 2015-05-05 18:30:16 -07:00
cmd_table.h
coercion_elaborator.cpp feat(frontends/lean): add option for disabling "coercion lifting" 2015-05-30 17:07:42 -07:00
coercion_elaborator.h feat(frontends/lean): add option for disabling "coercion lifting" 2015-05-30 17:07:42 -07:00
decl_cmds.cpp fix(frontends/lean/pp): fixes #634 2015-05-29 14:07:38 -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 feat(frontends/lean): add option for disabling "coercion lifting" 2015-05-30 17:07:42 -07:00
elaborator.h feat(frontends/lean/coercion_elaborator): "coercion lifting" for backtracking case 2015-05-30 16:44:26 -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 refactor(*): start process for eliminating of opaque definitions from the kernel 2015-05-08 16:06:04 -07:00
inductive_cmd.h
info_annotation.cpp
info_annotation.h
info_manager.cpp fix(frontends/lean): store line/col information at snapshots, save snapshot before 'end' scope, and before "closing" open namespaces 2015-02-04 10:40:36 -08:00
info_manager.h fix(frontends/lean): store line/col information at snapshots, save snapshot before 'end' scope, and before "closing" open namespaces 2015-02-04 10:40:36 -08: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/elaborator): hide auxiliary 'match' hypothesis during elaboration 2015-05-25 15:24:56 -07:00
init_module.h
local_decls.h fix(frontends/lean/builtin_exprs): bug in 'using' expressions 2015-05-14 17:17:48 -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 refactor(library,frontends/lean): simplify the creation of custom normalizers 2015-05-27 15:33:20 -07:00
migrate_cmd.h feat(frontends/lean): add 'migrate' command 2015-03-14 21:48:00 -07:00
notation_cmd.cpp fix(frontends/lean/notation_cmd): fixes #585 2015-05-07 08:36:37 -07:00
notation_cmd.h feat(frontends/lean): 'attribute' command is persistent by default 2015-01-26 11:51:17 -08: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(library/tactic/rewrite_tactic): add xrewrite and krewrite tactic variants 2015-05-27 16:32:43 -07: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_table.cpp feat(frontends/lean): parse argument of unary tactis with rbp=0, tokens may have a different precedence in expression and tactic modes 2015-04-28 13:43:05 -07:00
parse_table.h
parse_tactic_location.cpp feat(frontends/lean/parse_tactic_location): make rewrite notation more uniform 2015-02-06 10:31:50 -08:00
parse_tactic_location.h feat(frontends/lean): parse tactic location (i.e., scope of application) 2015-02-04 11:51:39 -08:00
parser.cpp feat(library/tactic): automate "generalize-intro-induction/cases" idiom 2015-05-30 21:57:28 -07:00
parser.h feat(frontends/lean): print all options for overloaded identifier 2015-05-18 17:14:17 -07:00
parser_bindings.cpp
parser_bindings.h
parser_config.cpp feat(frontends/lean): add 'override' (notation) command 2015-05-20 11:42:16 -07:00
parser_config.h feat(frontends/lean): add 'override' (notation) command 2015-05-20 11:42:16 -07:00
parser_pos_provider.cpp
parser_pos_provider.h
pp.cpp fix(frontends/lean/pp): bug in pp arrow 2015-05-31 17:21:37 -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 fix(frontends/lean/scanner): another bug related to issue #626 2015-05-26 13:39:42 -07:00
scanner.h fix(frontends/lean/scanner): block comments 2015-05-13 22:14:28 -07:00
server.cpp refactor(*): clarify name_generator ownership 2015-05-21 14:32:36 -07:00
server.h
structure_cmd.cpp fix(frontends/lean/builtin_cmds): fixes #630 2015-05-26 22:19:42 -07:00
structure_cmd.h fix(frontends/lean/builtin_cmds): fixes #630 2015-05-26 22:19:42 -07:00
tactic_hint.cpp feat(*): uniform metaclass names, metaclass validation at 'open' command 2015-02-11 10:35:04 -08:00
tactic_hint.h
theorem_queue.cpp feat(kernel): transparent theorems 2015-05-09 11:42:29 -07:00
theorem_queue.h feat(frontends/lean): add 'wait' command 2015-05-08 20:05:21 -07:00
token_table.cpp feat(library/tactic/rewrite_tactic): add xrewrite and krewrite tactic variants 2015-05-27 16:32:43 -07:00
token_table.h feat(frontends/lean): parse argument of unary tactis with rbp=0, tokens may have a different precedence in expression and tactic modes 2015-04-28 13:43:05 -07:00
tokens.cpp feat(frontends/lean/builtin_exprs): allow 'obtain' to be used in tactic mode 2015-05-19 16:26:02 -07:00
tokens.h feat(frontends/lean/builtin_exprs): allow 'obtain' to be used in tactic mode 2015-05-19 16:26:02 -07:00
tokens.txt feat(frontends/lean/builtin_exprs): allow 'obtain' to be used in tactic mode 2015-05-19 16:26:02 -07:00
type_util.cpp fix(frontends/lean): pretty printing in sections with parameters 2015-04-21 22:44:09 -07:00
type_util.h refactor(frontends/lean/type_util): move infer_implicit_params to library 2015-01-21 17:22:41 -08:00
update_environment_exception.h feat(frontends/lean): try to add definition/theorem as axiom when it fails to be processed 2015-03-13 14:47:21 -07:00
util.cpp feat(frontends/lean): add 'override' (notation) command 2015-05-20 11:42:16 -07:00
util.h fix(kernel,library): make sure macros check relevant arguments when kernel is performing full type checking 2015-05-08 12:41:23 -07:00