lean2/tests/lean/bad1.lean
Leonardo de Moura 250cf70410 test(frontends/lean): all 'bad' examples can be solved
Move them to the main test directory

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-10-24 20:12:58 -07:00

3 lines
75 B
Text

Variable g : Pi A : Type, A -> A.
Variables a b : Int
Axiom H1 : g _ a > 0