lean4-htt/src/library
Leonardo de Moura e54a207986 refactor: provide Options to lean_eval_const
add `ImportM` monad for `addImportedFn`

cc @Kha
2020-10-19 10:21:38 -07:00
..
compiler refactor: provide Options to lean_eval_const 2020-10-19 10:21:38 -07:00
constructions chore: move to new frontend 2020-10-15 16:18:42 -07:00
equations_compiler fix: mark Lean objects in C++ globals reachable from the new frontend as persistent 2020-10-11 17:43:28 +02:00
tactic fix: mark Lean objects in C++ globals reachable from the new frontend as persistent 2020-10-11 17:43:28 +02:00
abstract_context_cache.cpp fix: mark Lean objects in C++ globals reachable from the new frontend as persistent 2020-10-11 17:43:28 +02:00
abstract_context_cache.h chore: remove unfold_lemmas option 2019-11-08 10:07:27 -08:00
abstract_parser.h
abstract_type_context.cpp
abstract_type_context.h refactor: remove Expr.FVar hack 2019-11-15 14:04:26 -08:00
aliases.cpp chore: fix includes 2020-05-22 14:17:25 -07:00
aliases.h chore(library/aliases, frontends/lean): remove local_ref's 2019-05-27 21:28:22 -07:00
annotation.cpp fix: mark Lean objects in C++ globals reachable from the new frontend as persistent 2020-10-11 17:43:28 +02:00
annotation.h
app_builder.cpp fix: remove old assertions 2020-07-08 12:45:53 -07:00
app_builder.h
aux_definition.cpp refactor: remove Expr.FVar hack 2019-11-15 14:04:26 -08:00
aux_definition.h
aux_match.cpp fix: mark Lean objects in C++ globals reachable from the new frontend as persistent 2020-10-11 17:43:28 +02:00
aux_match.h
aux_recursors.cpp chore: use aux recursor extension implemented in Lean 2019-11-02 11:48:02 -07:00
aux_recursors.h chore: use aux recursor extension implemented in Lean 2019-11-02 11:48:02 -07:00
bin_app.cpp
bin_app.h
cache_helper.h fix: typo 2019-11-08 10:02:44 -08:00
check.cpp refactor: remove Expr.FVar hack 2019-11-15 14:04:26 -08:00
check.h
class.cpp fix: mark Lean objects in C++ globals reachable from the new frontend as persistent 2020-10-11 17:43:28 +02:00
class.h chore(library/class): simplify 2019-06-26 16:51:36 -07:00
CMakeLists.txt feat: basic process API 2020-08-30 14:28:56 -07:00
constants.cpp fix: mark Lean objects in C++ globals reachable from the new frontend as persistent 2020-10-11 17:43:28 +02:00
constants.h feat: add support for to be added ST 2020-08-20 13:45:58 -07:00
constants.txt feat: add support for to be added ST 2020-08-20 13:45:58 -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 refactor: remove Expr.FVar hack 2019-11-15 14:04:26 -08:00
deep_copy.h
error_msgs.cpp refactor: remove Expr.FVar hack 2019-11-15 14:04:26 -08:00
error_msgs.h
exception.cpp
exception.h chore: fix includes 2020-05-22 14:17:25 -07:00
explicit.cpp fix: mark Lean objects in C++ globals reachable from the new frontend as persistent 2020-10-11 17:43:28 +02:00
explicit.h
export_decl.cpp chore: fix includes 2020-05-22 14:17:25 -07:00
export_decl.h
expr_lt.cpp refactor: remove Expr.FVar hack 2019-11-15 14:04:26 -08:00
expr_lt.h
expr_pair.h chore: fix includes 2020-05-22 14:17:25 -07:00
expr_pair_maps.h
expr_unsigned_map.h
ext_exception.h chore: fix includes 2020-05-22 14:17:25 -07:00
formatter.cpp fix: mark Lean objects in C++ globals reachable from the new frontend as persistent 2020-10-11 17:43:28 +02:00
formatter.h chore(util): move format to src/util 2019-06-07 10:58:23 -07:00
fun_info.cpp fix: mark Lean objects in C++ globals reachable from the new frontend as persistent 2020-10-11 17:43:28 +02:00
fun_info.h
head_map.cpp refactor: remove Expr.FVar hack 2019-11-15 14:04:26 -08:00
head_map.h
idx_metavar.cpp fix: mark Lean objects in C++ globals reachable from the new frontend as persistent 2020-10-11 17:43:28 +02:00
idx_metavar.h refactor: remove Expr.mvar hidden field 2019-11-15 10:04:42 -08:00
init_module.cpp chore: use aux recursor extension implemented in Lean 2019-11-02 11:48:02 -07:00
init_module.h
io_state.cpp
io_state.h
io_state_stream.cpp
io_state_stream.h
local_context.cpp refactor: remove Expr.FVar hack 2019-11-15 14:04:26 -08:00
local_context.h refactor: remove Expr.FVar hack 2019-11-15 14:04:26 -08:00
local_instances.h
locals.cpp refactor: remove Expr.FVar hack 2019-11-15 14:04:26 -08:00
locals.h refactor: remove Expr.FVar hack 2019-11-15 14:04:26 -08:00
max_sharing.cpp chore: fix includes 2020-05-22 14:17:25 -07:00
max_sharing.h
message_builder.cpp feat(kernel/local_ctx): use LocalContext 2019-08-07 11:50:20 -07:00
message_builder.h chore: fix includes 2020-05-22 14:17:25 -07:00
messages.cpp fix: message::get_text 2020-02-25 14:20:55 -08:00
messages.h chore: fix includes 2020-05-22 14:17:25 -07:00
metavar_context.cpp fix: mark Lean objects in C++ globals reachable from the new frontend as persistent 2020-10-11 17:43:28 +02:00
metavar_context.h refactor: use Array Expr at DelayedMVarAssignment 2019-10-25 12:03:09 -07:00
metavar_util.h
module.cpp refactor: provide Options to lean_eval_const 2020-10-19 10:21:38 -07:00
module.h refactor: provide Options to lean_eval_const 2020-10-19 10:21:38 -07:00
num.cpp chore: improve old pretty printer on numeric literals 2020-01-09 13:48:15 -08:00
num.h chore: fix includes 2020-05-22 14:17:25 -07:00
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
placeholder.cpp fix: mark Lean objects in C++ globals reachable from the new frontend as persistent 2020-10-11 17:43:28 +02:00
placeholder.h
pos_info_provider.cpp fix: mark Lean objects in C++ globals reachable from the new frontend as persistent 2020-10-11 17:43:28 +02:00
pos_info_provider.h chore(util): move format to src/util 2019-06-07 10:58:23 -07:00
pp_options.cpp fix: mark Lean objects in C++ globals reachable from the new frontend as persistent 2020-10-11 17:43:28 +02:00
pp_options.h
print.cpp fix: mark Lean objects in C++ globals reachable from the new frontend as persistent 2020-10-11 17:43:28 +02:00
print.h
private.cpp chore: fix includes 2020-05-22 14:17:25 -07:00
private.h chore: fix includes 2020-05-22 14:17:25 -07:00
profiling.cpp fix: mark Lean objects in C++ globals reachable from the new frontend as persistent 2020-10-11 17:43:28 +02:00
profiling.h
projection.cpp chore: fix includes 2020-05-22 14:17:25 -07:00
projection.h feat: export helper functions 2020-02-25 13:00:22 -08:00
protected.cpp chore(library/init/lean): export as C functions 2019-08-16 20:15:30 -07:00
protected.h
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 chore: fix includes 2020-05-22 14:17:25 -07:00
replace_visitor.h refactor: remove Expr.FVar hack 2019-11-15 14:04:26 -08:00
replace_visitor_with_tc.cpp
replace_visitor_with_tc.h
scope_pos_info_provider.cpp chore: fix includes 2020-05-22 14:17:25 -07:00
scope_pos_info_provider.h
scoped_ext.cpp chore: fix includes 2020-05-22 14:17:25 -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
sorry.h
string.cpp fix: mark Lean objects in C++ globals reachable from the new frontend as persistent 2020-10-11 17:43:28 +02:00
string.h
suffixes.h
time_task.cpp
time_task.h
trace.cpp fix: mark Lean objects in C++ globals reachable from the new frontend as persistent 2020-10-11 17:43:28 +02:00
trace.h
type_context.cpp chore: fix includes 2020-05-22 14:17:25 -07:00
type_context.h chore: fix includes 2020-05-22 14:17:25 -07:00
user_recursors.cpp fix: mark Lean objects in C++ globals reachable from the new frontend as persistent 2020-10-11 17:43:28 +02:00
user_recursors.h chore(library/user_recursors): remove [recursor] attribute and environment extension 2019-06-20 11:25:53 -07:00
util.cpp fix: mark Lean objects in C++ globals reachable from the new frontend as persistent 2020-10-11 17:43:28 +02:00
util.h fix: do not assume the constructor name prefix is the inductive type name 2020-07-23 14:36:54 -07:00