test(tests/lean/run/blast23): missing test

This commit is contained in:
Leonardo de Moura 2015-11-22 18:23:01 -08:00
parent 0fcf8ed7d2
commit 0bd417bc2a

View file

@ -0,0 +1,9 @@
-- Basic (propositional) forward chaining with nested backward chaining
constants (A B C D : Prop)
set_option blast.trace true
set_option blast.init_depth 10
set_option blast.inc_depth 1000
set_option pp.all true
definition lemma1 : A → (A → B) → C → B ∧ C :=
by blast