lean2/tests
Leonardo de Moura 17cce340f6 fix(library/elaborator): in optimization for metavariable free terms
The optimization was incorrect if the term indirectly contained a metavariable.
It could happen if the term contained a free variable that was assigned in the context to a term containing a metavariable.

This commit also adds a new test that exposes the problem.

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-01-22 18:06:00 -08:00
..
lean fix(library/elaborator): in optimization for metavariable free terms 2014-01-22 18:06:00 -08:00
lua test(tests/lua): add test/example that demonstrates how to collect statistics of used theorems 2014-01-20 18:04:22 -08:00