lean4-htt/src/library/equations_compiler
Leonardo de Moura 3e5f59d6df chore(kernel): remove expr.quote constructor
In Lean4, we will reify expressions.
2018-09-07 22:08:08 -07:00
..
CMakeLists.txt feat(library/equations_compiler): add pack_mutual 2017-05-18 15:29:51 -07:00
compiler.cpp refactor(kernel/expr): remove mlocal_* functions 2018-06-22 14:25:31 -07:00
compiler.h feat(library/equations_compiler): add new cache support to equation compiler 2018-02-21 15:04:20 -08:00
elim_match.cpp chore(library,frontends/lean): use is_constructor, is_recursor, is_inductive helper functions 2018-09-07 20:36:42 -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(*): use new inductive datatype module 2018-09-06 18:09:22 -07:00
equations.h chore(library/equations_compiler): remove equations macro 2018-06-19 13:41:08 -07:00
init_module.cpp feat(library/equations_compiler): add pack_mutual 2017-05-18 15:29:51 -07:00
init_module.h
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 refactor(kernel/expr): remove mlocal_* functions 2018-06-22 14:25:31 -07:00
pack_mutual.h chore(*): type_context ==> type_context_old 2018-03-05 12:38:24 -08:00
structural_rec.cpp chore(kernel): remove expr.quote constructor 2018-09-07 22:08:08 -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 chore(kernel): univ_param vs lparam, level_param_names ==> names, and other inconsistencies 2018-09-03 13:05:42 -07:00
unbounded_rec.h feat(library/equations_compiler): add new cache support to equation compiler 2018-02-21 15:04:20 -08:00
util.cpp chore(library,frontends/lean): use is_constructor, is_recursor, is_inductive helper functions 2018-09-07 20:36:42 -07:00
util.h chore(library/equations_compiler): do not generate equation lemmas 2018-08-23 14:04:37 -07:00
wf_rec.cpp chore(*): remove more stuff 2018-08-23 15:56:31 -07:00
wf_rec.h feat(library/equations_compiler): add new cache support to equation compiler 2018-02-21 15:04:20 -08:00