lean4-htt/src/library/equations_compiler
2020-05-22 14:17:25 -07:00
..
CMakeLists.txt chore(library/equations_compiler): add partial_rec skeleton 2019-03-27 08:37:59 -07:00
compiler.cpp refactor: remove Expr.FVar hack 2019-11-15 14:04:26 -08:00
compiler.h
elim_match.cpp chore: fix includes 2020-05-22 14:17:25 -07:00
elim_match.h
equations.cpp chore: fix includes 2020-05-22 14:17:25 -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
init_module.h
pack_domain.cpp fix: fvar vs local issue 2019-11-21 10:47:44 -08:00
pack_domain.h
pack_mutual.cpp refactor: remove Expr.FVar hack 2019-11-15 14:04:26 -08:00
pack_mutual.h
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: remove Expr.FVar hack 2019-11-15 14:04:26 -08:00
structural_rec.h
unbounded_rec.cpp refactor: remove Expr.FVar hack 2019-11-15 14:04:26 -08: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 chore: remove special support for Name in the equation compiler 2019-11-18 12:45:53 -08:00
util.h chore: remove special support for Name in the equation compiler 2019-11-18 12:45:53 -08:00
wf_rec.cpp refactor: remove Expr.FVar hack 2019-11-15 14:04:26 -08:00
wf_rec.h