lean4-htt/src/library/compiler
2016-05-11 11:51:35 -07:00
..
CMakeLists.txt feat(library/compiler): add lambda lifting 2016-05-11 11:07:39 -07:00
comp_irrelevant.cpp refactor(src): move compiler folder to library 2016-05-09 13:28:00 -07:00
comp_irrelevant.h refactor(src): move compiler folder to library 2016-05-09 13:28:00 -07:00
compiler_step_visitor.cpp refactor(src): move compiler folder to library 2016-05-09 13:28:00 -07:00
compiler_step_visitor.h refactor(src): move compiler folder to library 2016-05-09 13:28:00 -07:00
elim_recursors.cpp feat(library/compiler): generate better auxiliary function names 2016-05-11 10:26:51 -07:00
elim_recursors.h feat(library/compiler): generate better auxiliary function names 2016-05-11 10:26:51 -07:00
erase_irrelevant.cpp feat(library/compiler/erase_irrelevant): false.rec ==> unreachable 2016-05-11 10:17:14 -07:00
erase_irrelevant.h refactor(src): move compiler folder to library 2016-05-09 13:28:00 -07:00
eta_expansion.cpp refactor(src): move compiler folder to library 2016-05-09 13:28:00 -07:00
eta_expansion.h refactor(src): move compiler folder to library 2016-05-09 13:28:00 -07:00
init_module.cpp feat(library/compiler): generate better auxiliary function names 2016-05-11 10:26:51 -07:00
init_module.h refactor(src): move compiler folder to library 2016-05-09 13:28:00 -07:00
inliner.cpp refactor(src): move compiler folder to library 2016-05-09 13:28:00 -07:00
inliner.h refactor(src): move compiler folder to library 2016-05-09 13:28:00 -07:00
lambda_lifting.cpp feat(library/compiler): add lambda lifting 2016-05-11 11:07:39 -07:00
lambda_lifting.h feat(library/compiler): add lambda lifting 2016-05-11 11:07:39 -07:00
preprocess_rec.cpp chore(library/compiler/preprocess_rec): add extra assertions 2016-05-11 11:24:12 -07:00
preprocess_rec.h refactor(src): move compiler folder to library 2016-05-09 13:28:00 -07:00
rec_fn_macro.cpp refactor(src): move compiler folder to library 2016-05-09 13:28:00 -07:00
rec_fn_macro.h refactor(src): move compiler folder to library 2016-05-09 13:28:00 -07:00
reduce_arity.cpp refactor(src): move compiler folder to library 2016-05-09 13:28:00 -07:00
reduce_arity.h refactor(src): move compiler folder to library 2016-05-09 13:28:00 -07:00
simp_pr1_rec.cpp chore(library/compiler/simp_pr1_rec): assume num of typeformers (aka motive) is 1 2016-05-11 11:51:35 -07:00
simp_pr1_rec.h refactor(src): move compiler folder to library 2016-05-09 13:28:00 -07:00
util.cpp feat(library/compiler): generate better auxiliary function names 2016-05-11 10:26:51 -07:00
util.h feat(library/compiler): generate better auxiliary function names 2016-05-11 10:26:51 -07:00