lean2/library/logic
Leonardo de Moura 777aa63660 fix(kernel/inductive): relax eliminator generation rules for empty types
This commit also removes the workaround false.rec_type. It is not needed anymore
2014-10-28 10:31:00 -07:00
..
axioms feat(frontends/lean): add '[]' notation for marking arguments where class-instance resolution should be applied 2014-10-12 13:06:00 -07:00
examples feat(library/algebra/category): use variables instead of parameters 2014-10-11 16:40:18 -07:00
cast.lean feat(library/definitional/rec_on): automatically generate rec_on function for inductive datatypes 2014-10-25 13:08:59 -07:00
connectives.lean refactor(library): use 'reserve' notation in the standard library 2014-10-21 15:39:47 -07:00
decidable.lean fix(kernel/inductive): relax eliminator generation rules for empty types 2014-10-28 10:31:00 -07:00
default.lean refactor(library/logic): remove 'core' subdirectory 2014-10-05 10:50:13 -07:00
eq.lean feat(library/definitional/cases_on): automatically add 'cases_on' 2014-10-25 17:22:02 -07:00
identities.lean feat(frontends/lean): add '[]' notation for marking arguments where class-instance resolution should be applied 2014-10-12 13:06:00 -07:00
if.lean feat(frontends/lean): change default precedence to 1 2014-10-20 18:40:55 -07:00
inhabited.lean feat(frontends/lean): add '[]' notation for marking arguments where class-instance resolution should be applied 2014-10-12 13:06:00 -07:00
instances.lean refactor(library): use 'reserve' notation in the standard library 2014-10-21 15:39:47 -07:00
logic.md refactor(library/logic): remove 'core' subdirectory 2014-10-05 10:50:13 -07:00
nonempty.lean feat(frontends/lean): force 'classes' to be declared before instances are declared, closes #228 2014-10-07 18:02:15 -07:00
prop.lean refactor(library/logic): remove 'core' subdirectory 2014-10-05 10:50:13 -07:00
quantifiers.lean feat(frontends/lean): add '[]' notation for marking arguments where class-instance resolution should be applied 2014-10-12 13:06:00 -07:00