lean2/src/library/definitional
2015-01-20 13:40:09 -08:00
..
brec_on.cpp refactor(library): move library/definitional/util module to library 2014-12-10 11:23:23 -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 fix(library/definitional): marking cases_on and rec_on as reducible 2014-11-12 15:03:30 -08: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 feat(library/definitional/equations): show implicit arguments (by default) in equations compiler error messages 2015-01-13 13:30:12 -08:00
equations.h feat(library/definitional/equations): mutually recursive functions for mutually recursive datatypes 2015-01-06 14:07:17 -08:00
induction_on.cpp refactor(library): move library/definitional/util module to library 2014-12-10 11:23:23 -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 feat(library/definitional/projection): store projection information 2015-01-18 16:26:56 -08:00
init_module.h feat(library/definitional): add auxiliary functions 2014-12-03 10:28:55 -08:00
no_confusion.cpp fix(library/definitional/no_confusion): mark no_confusion as reducible 2015-01-13 18:44:47 -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 refactor(library/definitional/projection): remove dead code 2015-01-20 13:40:09 -08:00
projection.h feat(library/definitional/projection): add auxiliary function for simplifying expressions containing projections and constructors 2015-01-18 20:58:40 -08:00
rec_on.cpp fix(library/definitional): marking cases_on and rec_on as reducible 2014-11-12 15:03:30 -08:00
rec_on.h feat(library/definitional/induction_on): automatically add 'induction_on' 2014-10-25 13:37:04 -07:00