lean2/src/library/definitional
2015-09-11 10:08:54 -07:00
..
brec_on.cpp feat(library,library/definitional): tag auxiliary recursors automatically generated by Lean 2015-09-11 10:08:54 -07:00
brec_on.h feat(library/definitional): add brec_on construction, closes #272 2014-12-03 10:39:32 -08:00
cases_on.cpp feat(library,library/definitional): tag auxiliary recursors automatically generated by Lean 2015-09-11 10:08:54 -07: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 fix(src/library/definitional/equations.cpp): fix typo in error message 2015-09-11 08:52:53 -07: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 feat(library/definitional/induction_on): automatically add 'induction_on' 2014-10-25 13:37:04 -07:00
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 feat(library/definitional/no_confusion): add [unfold] hint to no_confusion 2015-07-07 20:07:13 -07: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(frontends/lean): rename '[unfold-c]' to '[unfold]' and '[unfold-f]' to '[unfold-full]' 2015-07-07 16:37:06 -07:00
projection.h feat(library/definitional/projection): define projections using auxiliary macro 2015-07-02 10:49:49 -07:00
rec_on.cpp feat(library,library/definitional): tag auxiliary recursors automatically generated by Lean 2015-09-11 10:08:54 -07:00
rec_on.h feat(library/definitional/induction_on): automatically add 'induction_on' 2014-10-25 13:37:04 -07:00