lean4-htt/src/library/equations_compiler
2019-08-14 14:39:34 -07:00
..
CMakeLists.txt chore(library/equations_compiler): add partial_rec skeleton 2019-03-27 08:37:59 -07:00
compiler.cpp fix(library/equations_compiler): equation compiler bug reported by @dselsam on Zulip 2019-08-12 19:20:26 -07:00
compiler.h feat(library/compiler): new compiler entry point (skeleton) 2018-10-05 17:30:27 -07:00
elim_match.cpp chore(library/equations_compiler/elim_match): remove dead code 2019-08-14 14:39:34 -07:00
elim_match.h feat(library/equations_compiler): add new cache support to equation compiler 2018-02-21 15:04:20 -08:00
equations.cpp feat(library/equations_compiler/equations): add m_is_partial to equation header 2019-03-26 16:18:43 -07:00
equations.h feat(library/equations_compiler/equations): add m_is_partial to equation header 2019-03-26 16:18:43 -07:00
init_module.cpp feat(library/compiler): new compiler entry point (skeleton) 2018-10-05 17:30:27 -07:00
init_module.h refactor(library/equations_compiler): isolate old equations compiler 2016-08-11 10:08:30 -07:00
pack_domain.cpp refactor(kernel/expr): remove mlocal_* functions 2018-06-22 14:25:31 -07:00
pack_domain.h chore(*): type_context ==> type_context_old 2018-03-05 12:38:24 -08:00
pack_mutual.cpp feat(library/private): use environment extension in Lean 2019-06-03 11:50:33 -07:00
pack_mutual.h chore(*): type_context ==> type_context_old 2018-03-05 12:38:24 -08:00
partial_rec.cpp feat(library/equations_compiler/partial_rec): improve base case synthesis 2019-03-28 10:19:57 -07:00
partial_rec.h chore(library/equations_compiler): add partial_rec skeleton 2019-03-27 08:37:59 -07:00
structural_rec.cpp refactor(library): add suffixes.h with commonly used suffixes such as brec_on 2019-03-21 15:06:43 -07:00
structural_rec.h feat(library/equations_compiler): add new cache support to equation compiler 2018-02-21 15:04:20 -08:00
unbounded_rec.cpp feat(library/private): use environment extension in Lean 2019-06-03 11:50:33 -07:00
unbounded_rec.h fix(library/equations_compiler): make sure _unsafe_rec auxiliary definitions contain all local constants used in the safe one 2019-03-28 12:57:15 -07:00
util.cpp feat(library/local_context): ensure local_context is just a wrapper for LocalContext 2019-08-07 13:11:08 -07:00
util.h feat(library/equations_compiler): add support for partial definitions 2019-03-27 11:09:32 -07:00
wf_rec.cpp feat(library/init/wf): remove wf_term_hack 2019-03-27 12:41:16 -07:00
wf_rec.h feat(library/equations_compiler): add new cache support to equation compiler 2018-02-21 15:04:20 -08:00