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:
parent
62483b793f
commit
905a1095f9
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import standard
|
|||
using 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue