lean2/tests
Leonardo de Moura 8c1f6b9055 fix(kernel/typechecker): allow elaborator to infer (Type U+1)
In the new test elab8.lean, the parameter B is in (Type U+1).
Before, this commit, the type checker was forcing all metavariables that must be types to be <= (Type U). This restriction was preventing the elaborator from succeeding in reasonable cases.

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-01-30 14:00:01 -08:00
..
lean fix(kernel/typechecker): allow elaborator to infer (Type U+1) 2014-01-30 14:00:01 -08:00
lua fix(library/simplifier): must use metavar_env in is_ceq, otherwise it may ceqs that contain metavariables 2014-01-29 13:29:20 -08:00