lean4-htt/library
Leonardo de Moura 17556758cb feat(library/constructions,library/inductive_compiler): automatically generate dependent eliminator for inductive predicates
The dependent eliminator for an inductive predicate C is called C.drec

TODO: construct dcases_on and drec_on using C.drec

We need this recursor for implementing dependent elimination for
inductive predicates.

We don't need to define acc.drec and eq.drec in the standard library anymore.
2017-02-28 20:58:04 -08:00
..
data feat(library/data): add hash_map's 2017-02-27 23:17:10 -08:00
init feat(library/constructions,library/inductive_compiler): automatically generate dependent eliminator for inductive predicates 2017-02-28 20:58:04 -08:00
smt chore(shell/CMakeFiles): enable SMT2 tests 2017-02-21 10:53:03 -08:00
system feat(*): C++ code generator 2016-12-05 16:11:41 -08:00
tools feat(library/tools/mini_crush): add nano crush 2017-02-24 23:14:05 -08:00
.project feat(*): C++ code generator 2016-12-05 16:11:41 -08:00
library.md feat(frontends/lean): (Type u) can't be a proposition 2017-01-30 11:54:00 -08:00
standard.lean chore(library/system): enforce Lean naming conventions IO ==> io 2016-11-17 11:27:37 -08:00