Skip to content

Commit

Permalink
Fix another MEM_DROP issue in holSyntaxExtra
Browse files Browse the repository at this point in the history
  • Loading branch information
mn200 committed Jul 2, 2019
1 parent 599312a commit d697572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion candle/standard/syntax/holSyntaxExtraScript.sml
Expand Up @@ -2585,7 +2585,7 @@ Proof
metis_tac[] ) >>
conj_tac >- metis_tac[ALL_DISTINCT_DROP] >>
rw[] >> spose_not_then strip_assume_tac >>
imp_res_tac rich_listTheory.MEM_DROP >>
imp_res_tac rich_listTheory.MEM_DROP_IMP >>
metis_tac[]) >>
metis_tac[]) >>
rw[UNCURRY] >>
Expand Down

0 comments on commit d697572

Please sign in to comment.