lean4-htt/src/library/equations_compiler
2016-08-30 18:33:24 -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/structural_rec): generate brec_on-based function 2016-08-29 15:58:13 -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): equation lemma generation 2016-08-30 15:00:43 -07:00
elim_match.h refactor(library/equations_compiler/elim_match,library/tactic/cases_tactic): 2016-08-28 13:15:10 -07:00
equations.cpp feat(frontends/lean): use equations_header 2016-08-30 13:45:59 -07:00
equations.h feat(frontends/lean): use equations_header 2016-08-30 13:45:59 -07:00
init_module.cpp feat(library/equations_compiler): add elim_match skeleton 2016-08-17 21:38:23 -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/equations_compiler): isolate old equations compiler 2016-08-11 10:08:30 -07:00
old_compiler.h refactor(library/equations_compiler): isolate old equations compiler 2016-08-11 10:08:30 -07:00
old_goal.cpp refactor(library): move equations to equations_compiler 2016-08-11 10:08:30 -07:00
old_goal.h refactor(library): move equations to equations_compiler 2016-08-11 10:08:30 -07:00
old_inversion.cpp refactor(library): move equations to equations_compiler 2016-08-11 10:08:30 -07:00
old_inversion.h refactor(library): move equations to equations_compiler 2016-08-11 10:08:30 -07:00
pack_domain.cpp feat(library/equations_compiler/pack_domain): avoid unnecessary 'unit' type when packing 2016-08-16 13:59:47 -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/structural_rec): add aux definition 2016-08-30 18:33:24 -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 feat(library/equations_compiler/structural_rec): add aux definition 2016-08-30 18:33:24 -07:00
util.h feat(library/equations_compiler/structural_rec): add aux definition 2016-08-30 18:33:24 -07:00