lean4-htt/src/library/equations_compiler
2018-12-18 15:30:38 +01:00
..
CMakeLists.txt feat(library/equations_compiler): add pack_mutual 2017-05-18 15:29:51 -07:00
compiler.cpp fix(library/equations_compiler/compiler): eta-expand recursive occurrences earlier 2018-12-18 15:30:38 +01:00
compiler.h feat(library/compiler): new compiler entry point (skeleton) 2018-10-05 17:30:27 -07: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/compiler): new compiler entry point (skeleton) 2018-10-05 17:30:27 -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 feat(library/compiler/compiler): switch to new compiler frontend 2018-10-08 17:38:17 -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): remove dead code: comp_val 2018-11-14 16:50:21 -08:00
util.h chore(library/equations_compiler): do not generate equation lemmas 2018-08-23 14:04:37 -07:00
wf_rec.cpp fix(library/equations_compiler/compiler): eta-expand recursive occurrences earlier 2018-12-18 15:30:38 +01:00
wf_rec.h feat(library/equations_compiler): add new cache support to equation compiler 2018-02-21 15:04:20 -08:00