| .. |
|
begin_end_ext.cpp
|
feat(frontends/lean): modify begin-end semantics, closes #258
|
2014-10-28 22:15:38 -07:00 |
|
begin_end_ext.h
|
feat(frontends/lean): modify begin-end semantics, closes #258
|
2014-10-28 22:15:38 -07:00 |
|
builtin_cmds.cpp
|
refactor(frontends/lean): move pp_options to library
|
2014-12-19 15:00:05 -08:00 |
|
builtin_cmds.h
|
refactor(frontends/lean): explicit initialization/finalization
|
2014-09-23 10:00:36 -07:00 |
|
builtin_exprs.cpp
|
refactor(library): rename exists_elim and exists_intro to exists.elim
|
2014-12-15 19:07:38 -08:00 |
|
builtin_exprs.h
|
refactor(frontends/lean): explicit initialization/finalization
|
2014-09-23 10:00:36 -07:00 |
|
calc.cpp
|
fix(frontends/lean/calc): add expected type for single-step calc expressions, fixes #357
|
2014-11-29 15:35:09 -08:00 |
|
calc.h
|
feat(frontends/lean/calc): expose get_calc_subst_info and get_calc_refl_info APIs
|
2014-10-30 23:56:38 -07:00 |
|
calc_proof_elaborator.cpp
|
refactor(frontends/lean): move local_context to library
|
2014-12-10 12:43:32 -08:00 |
|
calc_proof_elaborator.h
|
refactor(frontends/lean): move local_context to library
|
2014-12-10 12:43:32 -08:00 |
|
class.cpp
|
feat(frontends/lean): add multiple_instances command
|
2014-12-21 17:28:44 -08:00 |
|
class.h
|
refactor(library): move class management to library module
|
2014-12-09 21:38:55 -08:00 |
|
CMakeLists.txt
|
refactor(frontends/lean): move placeholder_elaborator to library/tactic
|
2014-12-19 15:23:22 -08:00 |
|
cmd_table.h
|
refactor(*): use name_map
|
2014-09-28 10:23:11 -07:00 |
|
coercion_elaborator.cpp
|
refactor(frontends/lean): move choice_iterator to library
|
2014-12-19 14:29:32 -08:00 |
|
coercion_elaborator.h
|
refactor(frontends/lean): move choice_iterator to library
|
2014-12-19 14:29:32 -08:00 |
|
decl_cmds.cpp
|
feat(frontends/lean/decl_cmds): minor modifications for supporting mutually recursive functions
|
2015-01-05 19:23:50 -08:00 |
|
decl_cmds.h
|
|
|
|
dependencies.cpp
|
feat(*): add support for separate HoTT library
|
2014-12-05 14:34:02 -08:00 |
|
dependencies.h
|
|
|
|
elaborator.cpp
|
refactor(library/tactic): rename placeholder_elaborator to class_instance_synth
|
2014-12-19 19:57:38 -08:00 |
|
elaborator.h
|
feat(frontends/lean): elaborate recursive equations
|
2014-12-10 22:25:40 -08:00 |
|
elaborator_context.cpp
|
feat(frontends/lean): add option 'elaborator.flycheck_goals'
|
2014-11-28 16:34:02 -08:00 |
|
elaborator_context.h
|
feat(frontends/lean): add option 'elaborator.flycheck_goals'
|
2014-11-28 16:34:02 -08:00 |
|
elaborator_exception.cpp
|
refactor(library): add compile_equations function, generic_exception, and cleanup elaborator_exception
|
2014-12-15 19:22:17 -08:00 |
|
elaborator_exception.h
|
refactor(library): add compile_equations function, generic_exception, and cleanup elaborator_exception
|
2014-12-15 19:22:17 -08:00 |
|
find_cmd.cpp
|
fix(frontends/lean): disable class-instance resolution when executing find_decl, fixes #343
|
2014-11-24 21:33:52 -08:00 |
|
find_cmd.h
|
feat(frontends/lean/find_cmd): add options for controlling find_decl
|
2014-11-24 00:16:10 -08:00 |
|
inductive_cmd.cpp
|
refactor(library): move library/definitional/util module to library
|
2014-12-10 11:23:23 -08:00 |
|
inductive_cmd.h
|
refactor(frontends/lean): explicit initialization/finalization
|
2014-09-23 10:00:36 -07:00 |
|
info_annotation.cpp
|
fix(frontends/lean): type information for "atomic" notation declaration, fixes #292
|
2014-11-04 18:01:20 -08:00 |
|
info_annotation.h
|
fix(frontends/lean): type information for "atomic" notation declaration, fixes #292
|
2014-11-04 18:01:20 -08:00 |
|
info_manager.cpp
|
refactor(frontends/lean): move pp_options to library
|
2014-12-19 15:00:05 -08:00 |
|
info_manager.h
|
feat(frontends/lean): only valid proof states should be displayed, closes #275
|
2014-10-29 17:29:40 -07:00 |
|
info_tactic.cpp
|
feat(library/tactic): 'exact' tactic report unsolved placeholders in nested expression
|
2014-11-28 14:59:35 -08:00 |
|
info_tactic.h
|
feat(frontends/lean): automatically add 'info' tactic in begin-end blocks
|
2014-10-23 13:30:04 -07:00 |
|
init_module.cpp
|
refactor(frontends/lean): move placeholder_elaborator to library/tactic
|
2014-12-19 15:23:22 -08:00 |
|
init_module.h
|
refactor(*): start move to explicit initialization/finalization,
|
2014-09-22 10:41:07 -07:00 |
|
local_decls.h
|
fix(frontends/lean/parser): segfault when ending scope without opening, fixes #244
|
2014-10-13 21:08:36 -07:00 |
|
notation_cmd.cpp
|
refactor(library): use "symbolic" precedences in the standard library
|
2014-11-29 19:08:37 -08:00 |
|
notation_cmd.h
|
feat(frontends/lean/notation_cmd): remove the cleanup notation hack
|
2014-10-11 16:40:26 -07:00 |
|
parse_table.cpp
|
feat(frontends/lean): add 'print notation' command
|
2014-12-02 12:04:18 -08:00 |
|
parse_table.h
|
feat(frontends/lean): add 'print notation' command
|
2014-12-02 12:04:18 -08:00 |
|
parser.cpp
|
refactor(frontends/lean): move pp_options to library
|
2014-12-19 15:00:05 -08:00 |
|
parser.h
|
feat(frontends/lean): elaborate recursive equations
|
2014-12-10 22:25:40 -08:00 |
|
parser_bindings.cpp
|
feat(frontends/lean): allow user to associate precedence to binders, closes #323
|
2014-11-23 17:30:46 -08:00 |
|
parser_bindings.h
|
|
|
|
parser_config.cpp
|
refactor(*): add uniform names for "meta-objects"
|
2014-12-17 11:42:14 -08:00 |
|
parser_config.h
|
feat(frontends/lean): add '[local]' notation, closes #322
|
2014-11-16 21:15:04 -08:00 |
|
parser_pos_provider.cpp
|
|
|
|
parser_pos_provider.h
|
|
|
|
pp.cpp
|
fix(frontends/lean/pp): option 'pp.private_names' should also affect private declarations defined in the current file
|
2014-12-28 14:22:36 -08:00 |
|
pp.h
|
feat(frontends/lean/pp): add option 'pp.numerals'
|
2014-12-11 17:28:58 -08:00 |
|
proof_qed_elaborator.cpp
|
refactor(library/tactic): elaborate expressions nested in tactics with respect to current goal, save postponed constraints (e.g., flex-flex constraints) closes #44, fixes #70
|
2014-10-14 17:18:40 -07:00 |
|
proof_qed_elaborator.h
|
fix(frontends/lean/proof_qed_elaborator): information about synthesized variables in a proof-qed block was being lost
|
2014-10-04 09:15:42 -07:00 |
|
register_module.cpp
|
|
|
|
register_module.h
|
|
|
|
scanner.cpp
|
feat(frontends/lean/scanner): disallow hierarchical names such as 'x.1'
|
2014-11-09 12:55:13 -08:00 |
|
scanner.h
|
refactor(frontends/lean): explicit initialization/finalization
|
2014-09-23 10:00:36 -07:00 |
|
server.cpp
|
feat(frontends/lean): add 'find_decl' command
|
2014-11-23 23:00:59 -08:00 |
|
server.h
|
feat(shell/lean): add '--server-trace' flag, closes #264
|
2014-10-27 10:26:29 -07:00 |
|
structure_cmd.cpp
|
refactor(library): add compile_equations function, generic_exception, and cleanup elaborator_exception
|
2014-12-15 19:22:17 -08:00 |
|
structure_cmd.h
|
feat(frontends/lean): add 'print fields' command
|
2014-11-05 14:06:54 -08:00 |
|
tactic_hint.cpp
|
refactor(*): add uniform names for "meta-objects"
|
2014-12-17 11:42:14 -08:00 |
|
tactic_hint.h
|
refactor(frontends/lean/tactic_hint): simplify tactic_hints
|
2014-10-07 11:34:58 -07:00 |
|
theorem_queue.cpp
|
|
|
|
theorem_queue.h
|
|
|
|
token_table.cpp
|
feat(frontends/lean): add multiple_instances command
|
2014-12-21 17:28:44 -08:00 |
|
token_table.h
|
feat(frontends/lean): parse "decreasing" expressions
|
2014-12-04 15:11:23 -08:00 |
|
tokens.cpp
|
feat(frontends/lean): parse recursive equations
|
2014-12-04 17:03:21 -08:00 |
|
tokens.h
|
feat(frontends/lean): parse recursive equations
|
2014-12-04 17:03:21 -08:00 |
|
type_util.cpp
|
feat(frontends/lean/structure_cmd): add structure_cmd core
|
2014-11-03 14:14:40 -08:00 |
|
type_util.h
|
feat(frontends/lean/structure_cmd): add structure_cmd core
|
2014-11-03 14:14:40 -08:00 |
|
util.cpp
|
refactor(frontends/lean): move some auxiliary procedures to library/tactic
|
2014-12-19 15:19:45 -08:00 |
|
util.h
|
refactor(frontends/lean): move some auxiliary procedures to library/tactic
|
2014-12-19 15:19:45 -08:00 |