lean2/library/data/quotient
Leonardo de Moura 407e35692b feat(frontends/lean/calc): wrap calc proofs with 'proof-qed' annotation to identify places where proof influences what is being proved
Later, we will add a custom annotation and elaborator for calc proofs.
This is the first step for issue #268.

Remark: we don't wrap the proof if it is of the form

   - `by tactic`
   - `begin tactic-seq end`
   - `{ expr }`
2014-10-30 18:33:47 -07:00
..
basic.lean feat(frontends/lean/calc): wrap calc proofs with 'proof-qed' annotation to identify places where proof influences what is being proved 2014-10-30 18:33:47 -07:00
classical.lean fix(library/unifier): broken optimization in the unifier 2014-10-28 16:09:41 -07:00
default.lean fix(library/data/quotient/default.lean): remove classical 2014-10-24 07:41:29 -07:00
quotient.md refactor(library): remove unnecessary 'standard' subdirectory 2014-08-23 18:08:09 -07:00
util.lean refactor(library/data/prod): cleanup 2014-10-05 13:38:08 -07:00