lean2/src/library/definitional
2015-03-27 19:12:17 -07:00
..
brec_on.cpp feat(library/definitional): automatically add attribute [unfold-c] to cases_on, brec_on and rec_on 2015-03-27 19:12:17 -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/definitional): automatically add attribute [unfold-c] to cases_on, brec_on and rec_on 2015-03-27 19:12:17 -07:00
cases_on.h feat(library/definitional/cases_on): automatically add 'cases_on' 2014-10-25 17:22:02 -07:00
CMakeLists.txt refactor(library): move library/definitional/util module to library 2014-12-10 11:23:23 -08:00
equations.cpp refactor(library/tactic): cleanup common pattern 2015-03-12 14:52:41 -07:00
equations.h feat(frontends/lean): add support for empty match-with expressions 2015-02-26 16:36:15 -08:00
induction_on.cpp refactor(*): add method get_num_univ_params 2015-01-28 17:22:18 -08:00
induction_on.h feat(library/definitional/induction_on): automatically add 'induction_on' 2014-10-25 13:37:04 -07:00
init_module.cpp refactor(library/definitional/projection): move projection "database" to library/projection 2015-02-04 07:18:43 -08:00
init_module.h feat(library/definitional): add auxiliary functions 2014-12-03 10:28:55 -08:00
no_confusion.cpp feat(frontends/lean): add '[semireducible]' attribute 2015-03-03 10:48:36 -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(frontends/lean): add '[semireducible]' attribute 2015-03-03 10:48:36 -08:00
projection.h refactor(library/definitional/projection): move projection "database" to library/projection 2015-02-04 07:18:43 -08:00
rec_on.cpp feat(library/definitional): automatically add attribute [unfold-c] to cases_on, brec_on and rec_on 2015-03-27 19:12:17 -07:00
rec_on.h feat(library/definitional/induction_on): automatically add 'induction_on' 2014-10-25 13:37:04 -07:00