Skip to content

Commit

Permalink
Fix LPR array version for toSortedAList change
Browse files Browse the repository at this point in the history
  • Loading branch information
myreen committed Jan 27, 2020
1 parent 8ffa10a commit d3a5540
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/lpr_checker/array/lpr_arrayProgScript.sml
Original file line number Diff line number Diff line change
Expand Up @@ -1853,10 +1853,12 @@ val _ = translate max_lit_def;
val _ = translate print_line_def;

val _ = translate spt_center_def;
val _ = translate apsnd_cons_def;
val _ = translate spt_centers_def;
val _ = translate spt_right_def;
val _ = translate spt_left_def;
val _ = translate aux_alist_def;
val _ = translate combine_rle_def;
val _ = translate spts_to_alist_def;
val _ = translate toSortedAList_def;

val _ = translate print_dimacs_def;
Expand Down Expand Up @@ -2003,7 +2005,7 @@ Theorem ALL_DISTINCT_MAP_FST_toSortedAList:
ALL_DISTINCT (MAP FST (toSortedAList t))
Proof
`SORTED $< (MAP FST (toSortedAList t))` by
simp[SORTED_MAP_FST_toSortedAList]>>
simp[SORTED_toSortedAList]>>
pop_assum mp_tac>>
match_mp_tac SORTED_ALL_DISTINCT>>
simp[irreflexive_def]
Expand Down

0 comments on commit d3a5540

Please sign in to comment.