lean2/src/library/definitional
Floris van Doorn fa1979c128 feat(datatypes): let the type of unit be the lowest non-Prop universe
The definitional package (brec_on and cases_on) now use poly_unit instead of unit

closes #698
2015-06-25 17:33:46 -07:00
..
brec_on.cpp refactor(kernel): remove "opaque" field from kernel declarations 2015-05-08 16:06:16 -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(datatypes): let the type of unit be the lowest non-Prop universe 2015-06-25 17:33:46 -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 feat(datatypes): let the type of unit be the lowest non-Prop universe 2015-06-25 17:33:46 -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 refactor(kernel): remove "opaque" field from kernel declarations 2015-05-08 16:06:16 -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 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 refactor(kernel): remove "opaque" field from kernel declarations 2015-05-08 16:06:16 -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 fix(frontends/lean/builtin_cmds): fixes #630 2015-05-26 22:19:42 -07:00
projection.h fix(frontends/lean/builtin_cmds): fixes #630 2015-05-26 22:19:42 -07:00
rec_on.cpp refactor(kernel): remove "opaque" field from kernel declarations 2015-05-08 16:06:16 -07:00
rec_on.h feat(library/definitional/induction_on): automatically add 'induction_on' 2014-10-25 13:37:04 -07:00