lean4-htt/src/library
2019-09-11 13:41:41 -07:00
..
compiler feat(library/compiler/util): add support for trivial structures at mk_runtime_type 2019-09-11 13:41:41 -07:00
constructions chore(library/module): module::add for declarations is not needed anymore 2019-05-14 11:23:35 -07:00
equations_compiler chore(library/equations_compiler/elim_match): remove dead code 2019-08-14 14:39:34 -07:00
tactic feat(library/metavar_context): delayed_assignment as Lean object 2019-08-09 20:30:52 -07:00
abstract_context_cache.cpp chore(library/projection): preparing to port projection_info to Lean 2019-06-25 13:17:59 -07:00
abstract_context_cache.h chore(library/projection): preparing to port projection_info to Lean 2019-06-25 13:17:59 -07:00
abstract_parser.h feat(library/compiler): add [extern] attribute 2019-02-09 18:53:44 -08:00
abstract_type_context.cpp
abstract_type_context.h chore(library/abstract_type_context): remove unnecessary virtual method only used at old pp.cpp 2019-08-07 12:05:10 -07:00
aliases.cpp chore(library/aliases, frontends/lean): remove local_ref's 2019-05-27 21:28:22 -07:00
aliases.h chore(library/aliases, frontends/lean): remove local_ref's 2019-05-27 21:28:22 -07:00
annotation.cpp feat(library/compiler,runtime): builtin support for lean.name 2019-02-05 12:57:46 -08:00
annotation.h
app_builder.cpp chore(library/init/core): revert ite+thunks modification 2018-09-23 19:27:06 -07:00
app_builder.h
aux_definition.cpp chore(library/module): module::add for declarations is not needed anymore 2019-05-14 11:23:35 -07:00
aux_definition.h
aux_match.cpp fix(library/compiler): we need to unfold auxiliary nested _match applications eagerly 2018-09-18 14:17:37 -07:00
aux_match.h fix(library/compiler): we need to unfold auxiliary nested _match applications eagerly 2018-09-18 14:17:37 -07:00
aux_recursors.cpp chore(library/module): std::shared_ptr<modification> ==> modification* 2019-05-13 15:05:21 -07:00
aux_recursors.h
bin_app.cpp
bin_app.h
cache_helper.h
check.cpp
check.h
class.cpp chore(library/init/lean/class): export as C functions 2019-08-16 19:42:14 -07:00
class.h chore(library/class): simplify 2019-06-26 16:51:36 -07:00
CMakeLists.txt chore(library): remove dead files 2019-08-15 19:01:01 -07:00
constants.cpp feat(frontends/lean/builtin_exprs): minor improvement 2019-06-24 15:48:11 -07:00
constants.h feat(frontends/lean/builtin_exprs): minor improvement 2019-06-24 15:48:11 -07:00
constants.txt feat(frontends/lean/builtin_exprs): minor improvement 2019-06-24 15:48:11 -07:00
context_cache.cpp chore(library/projection): preparing to port projection_info to Lean 2019-06-25 13:17:59 -07:00
context_cache.h chore(library/projection): preparing to port projection_info to Lean 2019-06-25 13:17:59 -07:00
deep_copy.cpp feat(kernel): store structure name in proj-expressions 2018-10-02 09:23:11 -07:00
deep_copy.h
error_msgs.cpp feat(frontends/lean/elaborator): show context of unassigned mvars 2018-10-08 09:32:41 -07:00
error_msgs.h
exception.cpp
exception.h chore(library/message_builder): handle nested kernel exceptions 2018-09-14 16:33:04 -07:00
explicit.cpp
explicit.h
export_decl.cpp chore(library/module): std::shared_ptr<modification> ==> modification* 2019-05-13 15:05:21 -07:00
export_decl.h
expr_lt.cpp chore(kernel/expr): hide get_weight and get_depth 2019-08-03 10:57:30 -07:00
expr_lt.h feat(library/compiler/csimp): projection to field 2018-10-28 09:38:45 -07:00
expr_pair.h feat(library/compiler,runtime): builtin support for lean.name 2019-02-05 12:57:46 -08:00
expr_pair_maps.h
expr_unsigned_map.h
ext_exception.h refactor(util/sexpr): move options and option_declarations to util 2019-05-16 14:37:24 -07:00
formatter.cpp refactor(util/sexpr): move options and option_declarations to util 2019-05-16 14:37:24 -07:00
formatter.h chore(util): move format to src/util 2019-06-07 10:58:23 -07:00
fun_info.cpp
fun_info.h
handle.cpp
handle.h
head_map.cpp
head_map.h
idx_metavar.cpp
idx_metavar.h
init_module.cpp chore(library): remove dead files 2019-08-15 19:01:01 -07:00
init_module.h
io_state.cpp
io_state.h refactor(util/sexpr): move options and option_declarations to util 2019-05-16 14:37:24 -07:00
io_state_stream.cpp refactor(util/sexpr/options): options as a Lean object 2019-05-16 14:27:44 -07:00
io_state_stream.h refactor(util/sexpr/options): options as a Lean object 2019-05-16 14:27:44 -07:00
local_context.cpp chore(library/init/lean/localcontext): export as C functions 2019-08-16 19:49:17 -07:00
local_context.h feat(frontends/lean/elaborator): add oldElaborate 2019-08-13 19:23:29 -07:00
local_instances.h
locals.cpp
locals.h
max_sharing.cpp
max_sharing.h
message_builder.cpp feat(kernel/local_ctx): use LocalContext 2019-08-07 11:50:20 -07:00
message_builder.h
messages.cpp fix(shell/lean,library/messages): print messages in correct order (and immediately) when --json was not given 2019-02-01 17:10:14 +01:00
messages.h fix(library/messages): message_severity is unboxed 2019-02-14 14:07:05 -08:00
metavar_context.cpp chore(library/init/lean): export as C functions 2019-08-16 20:15:30 -07:00
metavar_context.h feat(frontends/lean/elaborator): add oldElaborate 2019-08-13 19:23:29 -07:00
metavar_util.h
module.cpp refactor(runtime): C backend 2019-08-24 07:40:38 -07:00
module.h chore(library/module): remove dead code 2019-07-27 19:03:07 -07:00
num.cpp fix(library/num): to_num should support the new nat literals supported in the kernel 2018-09-27 11:13:50 -07:00
num.h
pattern_attribute.cpp chore(library/init/lean): export as C functions 2019-08-17 07:30:07 -07:00
pattern_attribute.h feat(library/init/lean/eqncompiler): register [matchPattern] attribute using new attribute manager 2019-06-26 15:38:14 -07:00
pipe.cpp
pipe.h
placeholder.cpp refactor(library/placeholder,library/init/lean/elaborator): encode pexpr placeholders as anonymous mvars 2018-12-21 15:53:12 +01:00
placeholder.h chore(library/placeholder): remove unused placeholder type and kinds 2018-12-21 15:52:56 +01:00
pos_info_provider.cpp chore(util/sexpr/format): preparing to switch to Lean implementation 2019-06-07 09:46:34 -07:00
pos_info_provider.h chore(util): move format to src/util 2019-06-07 10:58:23 -07:00
pp_options.cpp refactor(util/sexpr): move options and option_declarations to util 2019-05-16 14:37:24 -07:00
pp_options.h refactor(util/sexpr): move options and option_declarations to util 2019-05-16 14:37:24 -07:00
print.cpp feat(library/init/lean): add hash functions and dbg_to_string 2019-02-13 16:19:25 -08:00
print.h
private.cpp chore(library/init/lean): export as C functions 2019-08-16 20:15:30 -07:00
private.h feat(library/private): use environment extension in Lean 2019-06-03 11:50:33 -07:00
process.cpp
process.h
profiling.cpp refactor(util/sexpr): move options and option_declarations to util 2019-05-16 14:37:24 -07:00
profiling.h refactor(util/sexpr): move options and option_declarations to util 2019-05-16 14:37:24 -07:00
projection.cpp chore(library/init/lean): export as C functions 2019-08-17 07:30:07 -07:00
projection.h core(library/projection): switch to Lean implementation 2019-06-26 08:12:06 -07:00
protected.cpp chore(library/init/lean): export as C functions 2019-08-16 20:15:30 -07:00
protected.h feat(library/protected): replace C++ implementation with Lean one 2019-05-14 16:12:56 -07:00
reducible.cpp chore(library/init/lean): export as C functions 2019-08-16 20:15:30 -07:00
reducible.h feat(library/reducible): use new Lean implementation 2019-06-24 15:48:12 -07:00
replace_visitor.cpp
replace_visitor.h
replace_visitor_with_tc.cpp
replace_visitor_with_tc.h
scope_pos_info_provider.cpp
scope_pos_info_provider.h
scoped_ext.cpp chore(library/init/lean): export as C functions 2019-08-16 20:15:30 -07:00
scoped_ext.h feat(library/scoped_ext): switch to new scope manager implemented in Lean 2019-06-05 14:12:27 -07:00
sorry.cpp chore(library/init): Bool.tt => Bool.true and Bool.ff => Bool.false 2019-03-21 15:06:44 -07:00
sorry.h
string.cpp feat(library/init/data/char): use uint32 instead of nat for defining char 2019-02-15 18:07:55 -08:00
string.h
suffixes.h refactor(library): add suffixes.h with commonly used suffixes such as brec_on 2019-03-21 15:06:43 -07:00
time_task.cpp feat(library/init/lean/util): Lean API for profiler 2019-03-06 10:37:38 +01:00
time_task.h feat(library/time_task): do not report inclusive times 2018-11-05 17:06:32 +01:00
trace.cpp refactor(util/sexpr): move options and option_declarations to util 2019-05-16 14:37:24 -07:00
trace.h
type_context.cpp chore(library/type_context): revert "simple instance pre-filtering" 2019-09-11 19:51:25 +02:00
type_context.h chore(library/abstract_type_context): remove unnecessary virtual method only used at old pp.cpp 2019-08-07 12:05:10 -07:00
user_recursors.cpp chore(library/user_recursors): remove [recursor] attribute and environment extension 2019-06-20 11:25:53 -07:00
user_recursors.h chore(library/user_recursors): remove [recursor] attribute and environment extension 2019-06-20 11:25:53 -07:00
util.cpp chore(library/constants.txt): remove dead variables 2019-03-22 13:26:48 -07:00
util.h chore(library/constants.txt): remove dead variables 2019-03-22 13:26:48 -07:00