lean4-htt/src/library/equations_compiler
2016-09-10 12:13:31 -07:00
..
CMakeLists.txt feat(library/equations_compiler): add elim_match skeleton 2016-08-17 21:38:23 -07:00
compiler.cpp feat(library/equations_compiler/compiler): do not use let-expresssions at pull_nested_rec_fn 2016-09-09 18:20:36 -07:00
compiler.h feat(library/equations_compiler/elim_match): refactor 'program' structure 2016-08-18 14:17:49 -07:00
elim_match.cpp fix(library/equations_compiler/elim_match): missing case for is_complete_transition 2016-09-10 12:13:31 -07:00
elim_match.h feat(library/equations_compiler): add mk_nonrec 2016-09-08 14:09:05 -07:00
equations.cpp feat(library/equations_compiler): add mk_nonrec 2016-09-08 14:09:05 -07:00
equations.h feat(library/equations_compiler/equations): add helper function 2016-09-09 17:43:42 -07:00
init_module.cpp feat(library/equations_compiler): use defeq simplifier to cleanup types of automatically synthesized lemmas 2016-08-31 15:54:03 -07:00
init_module.h refactor(library/equations_compiler): isolate old equations compiler 2016-08-11 10:08:30 -07:00
old_compiler.cpp refactor(library/exception): avoid throw_generic_exception functions 2016-09-06 12:37:56 -07:00
old_compiler.h refactor(library/equations_compiler): isolate old equations compiler 2016-08-11 10:08:30 -07:00
old_goal.cpp
old_goal.h
old_inversion.cpp
old_inversion.h
pack_domain.cpp fix(library/equations_compiler/pack_domain): missing case 2016-09-09 13:39:51 -07:00
pack_domain.h refactor(library/equations_compiler): move pack_domain to new module 2016-08-15 08:22:23 -07:00
structural_rec.cpp feat(library/equations_compiler): add mk_nonrec 2016-09-08 14:09:05 -07:00
structural_rec.h feat(library/equations_compiler/structural_rec): generate brec_on-based function 2016-08-29 15:58:13 -07:00
unbounded_rec.cpp feat(library/equations_compiler): add unbounded_rec 2016-08-16 12:54:54 -07:00
unbounded_rec.h feat(library/equations_compiler): add unbounded_rec 2016-08-16 12:54:54 -07:00
util.cpp chore(library/equations_compiler/util): disable sanitizer by default 2016-09-09 17:53:13 -07:00
util.h feat(library/equations_compiler): add mk_nonrec 2016-09-08 14:09:05 -07:00