lean2/library/logic/examples
Leonardo de Moura a9515ac7a4 feat(library/tactic/rewrite_tactic): try to fold nested recursive applications after unfolding a recursive function
See issue #692.
The implementation still has some rough spots.
It is not clear what the right semantic is.
Moreover, the folds in e_closure could not be eliminated automatically.
2015-07-08 21:19:18 -04:00
..
propositional feat(library/logic/examples/propositional): add different encoding 2015-03-30 07:13:19 -07:00
colog88.lean chore(library/logic/examples/colog88): remove unnecessary annotation 2015-04-24 12:45:06 -07:00
cont.lean feat(library/tactic/rewrite_tactic): try to fold nested recursive applications after unfolding a recursive function 2015-07-08 21:19:18 -04:00
double_negation_translation.lean feat(library/logic/examples): add "double-negation translation" example 2015-05-31 18:18:10 -07:00
examples.md refactor(library/logic): remove 'core' subdirectory 2014-10-05 10:50:13 -07:00
instances_test.lean refactor(library/*): remove 'Module:' lines 2015-05-23 20:52:23 +10:00
negative.lean feat(library/logic/examples/negative): add example showing that allowing negative inductive datatypes would lead to inconsistency 2015-04-24 09:33:09 -07:00
nuprl_examples.lean refactor(library): rename exists_elim and exists_intro to exists.elim 2014-12-15 19:07:38 -08:00