lean2/src/library/definitional
2014-11-12 12:24:22 -08:00
..
brec_on.cpp feat(definitional/brec_on): add 'mk_below' skeleton 2014-11-11 14:55:21 -08:00
brec_on.h feat(definitional/brec_on): add 'mk_below' skeleton 2014-11-11 14:55:21 -08:00
cases_on.cpp fix(library/definitional/cases_on): bug in inductive datatypes with higher-order recursion 2014-11-11 15:14:08 -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(definitional/brec_on): add 'mk_below' skeleton 2014-11-11 14:55:21 -08:00
induction_on.cpp refactor(library/definitional): add some helper functions 2014-11-12 12:24:22 -08:00
induction_on.h feat(library/definitional/induction_on): automatically add 'induction_on' 2014-10-25 13:37:04 -07:00
no_confusion.cpp refactor(library/definitional/no_confusion): cleanup API 2014-11-11 16:12:44 -08:00
no_confusion.h refactor(library/definitional/no_confusion): cleanup API 2014-11-11 16:12:44 -08:00
projection.cpp feat(library/definitional/projection): add option for marking main premise as instance implicit (i.e., [] binder decorator) 2014-10-31 19:01:32 -07:00
projection.h feat(library/definitional/projection): add option for marking main premise as instance implicit (i.e., [] binder decorator) 2014-10-31 19:01:32 -07:00
rec_on.cpp fix(library/definitional): make sure argument is an inductive datatype 2014-10-25 15:09:24 -07:00
rec_on.h feat(library/definitional/induction_on): automatically add 'induction_on' 2014-10-25 13:37:04 -07:00
util.cpp refactor(library/definitional): add some helper functions 2014-11-12 12:24:22 -08:00
util.h refactor(library/definitional): add some helper functions 2014-11-12 12:24:22 -08:00