Skip to content

Commit

Permalink
Fix examples/array_searchProg for HOL's change to MEM_DROP thms
Browse files Browse the repository at this point in the history
  • Loading branch information
mn200 committed Jul 3, 2019
1 parent d697572 commit 3307d98
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions examples/array_searchProgScript.sml
Original file line number Diff line number Diff line change
Expand Up @@ -638,10 +638,7 @@ Proof
[`value_v`, `EL mid elems`, `EL mid elem_vs`]
mp_tac) >> fs[] >>
strip_tac >> metis_tac[]) >>
(qspecl_then [`start`, `TAKE finish elems`]
mp_tac) MEM_DROP >>
impl_tac >> fs[LENGTH_TAKE] >>
rw[] >> metis_tac[]
metis_tac[MEM_DROP_IMP]
)
>- (first_x_assum match_mp_tac >> fs[] >>
(qspecl_then [`TAKE finish elems`, `start`,
Expand Down

0 comments on commit 3307d98

Please sign in to comment.