fix(tests/lean/run/tactic14): remove not_intro, it is not needed anymore

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2014-07-24 23:41:23 -07:00
parent 62483b793f
commit 905a1095f9

View file

@ -2,7 +2,7 @@ import standard
using tactic using tactic
definition basic_tac : tactic definition basic_tac : tactic
:= repeat [apply @and_intro | apply @not_intro | assumption] := repeat [apply @and_intro | assumption]
set_proof_qed basic_tac -- basic_tac is automatically applied to each element of a proof-qed block set_proof_qed basic_tac -- basic_tac is automatically applied to each element of a proof-qed block