lean2/tests
Leonardo de Moura c73398a0b8 refactor(library/simplifier): relax rule for conditional equalities
The idea is to support conditional equations where the left-hand-side does not contain all theorem arguments, but the missing arguments can be inferred using type inference.
For example, we will be able to have the eta theorem as rewrite rule:

theorem eta {A : TypeU} {B : A → TypeU} (f : ∀ x : A, B x) : (λ x : A, f x) = f
:= funext (λ x : A, refl (f x))

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-01-15 16:06:00 -08:00
..
lean fix(tests/lean): adjust test to reflect recent changes 2014-01-15 10:20:35 -08:00
lua refactor(library/simplifier): relax rule for conditional equalities 2014-01-15 16:06:00 -08:00