lean2/tests/lean/tst9.lean
Leonardo de Moura 51640ecff8 Move files in examples directory to tests directory. They are not real examples
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-08-31 19:16:30 -07:00

5 lines
122 B
Text

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)