Skip to content

Commit 34aa5a9

Browse files
authored
Merge pull request #77 from CakeML/fix-ci-1
Fix `language/pure_valueScript.sml`
2 parents a395c9c + a8dc174 commit 34aa5a9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

language/pure_valueScript.sml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -740,8 +740,8 @@ Proof
740740
gvs[Constructor_rep_def,EVERY_MAP] >>
741741
first_x_assum match_mp_tac >>
742742
match_mp_tac (MP_CANON EVERY_MONOTONIC) >>
743-
first_x_assum(irule_at (Pos last)) >>
744-
rw[]
743+
gvs [EVERY_EL] >> rw [] >>
744+
first_x_assum drule >> rw []
745745
QED
746746

747747
Definition v_take_def:
@@ -832,4 +832,3 @@ Proof
832832
gvs[FORALL_AND_THM,MAP_EQ_EVERY2] >>
833833
gvs[LIST_REL_EL_EQN]
834834
QED
835-

0 commit comments

Comments
 (0)