lean2/tests/lean/tst9.lean
Leonardo de Moura fd44ec8d79 Improve application type mismatch error messages
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-09-02 18:28:12 -07:00

6 lines
143 B
Text

Set pp::colors false
Variable f : Pi A : Type, A -> A -> A
Variable N : Type
Variable g : N -> N -> Bool
Variable a : N
Check g true (f _ a a)