lean4-htt/src/library/definitional
2016-02-26 14:17:34 -08:00
..
brec_on.cpp refactor(*): remove name_generator and use simpler mk_fresh_name 2016-02-11 18:05:57 -08:00
brec_on.h feat(library/definitional): add brec_on construction, closes #272 2014-12-03 10:39:32 -08:00
cases_on.cpp refactor(*): remove name_generator and use simpler mk_fresh_name 2016-02-11 18:05:57 -08:00
cases_on.h feat(library/definitional/cases_on): automatically add 'cases_on' 2014-10-25 17:22:02 -07:00
CMakeLists.txt feat(CMakeLists): add shared library 2015-08-13 11:21:05 -07:00
equations.cpp refactor(*): add abstract_type_context class 2016-02-26 14:17:34 -08:00
equations.h refactor(*): start process for eliminating of opaque definitions from the kernel 2015-05-08 16:06:04 -07:00
induction_on.cpp feat(library,library/definitional): tag auxiliary recursors automatically generated by Lean 2015-09-11 10:08:54 -07:00
induction_on.h
init_module.cpp feat(library/definitional/projection): define projections using auxiliary macro 2015-07-02 10:49:49 -07:00
init_module.h feat(library/definitional): add auxiliary functions 2014-12-03 10:28:55 -08:00
no_confusion.cpp refactor(*): remove name_generator and use simpler mk_fresh_name 2016-02-11 18:05:57 -08:00
no_confusion.h feat(library/definitional): add no_confusion construction that is compatible with the HoTT library 2014-12-08 22:11:48 -08:00
projection.cpp feat(library/definitional/projection,frontends/lean/structure_cmd): creating inductive predicates using structure command 2016-02-22 16:09:44 -08:00
projection.h feat(library/definitional/projection): define projections using auxiliary macro 2015-07-02 10:49:49 -07:00
rec_on.cpp refactor(*): remove name_generator and use simpler mk_fresh_name 2016-02-11 18:05:57 -08:00
rec_on.h