Skip to content

Commit

Permalink
Add toSortedAList defs to sptree compset
Browse files Browse the repository at this point in the history
  • Loading branch information
xrchz committed Jan 12, 2024
1 parent b9c6ac5 commit 3824244
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/finite_maps/sptreeLib.sml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ fun add_sptree_compset compset =
open sptreeTheory
in
computeLib.add_thms [
apsnd_cons_def,
combine_rle_def,
delete_compute,
difference_def,
filter_v_def,
Expand All @@ -85,8 +87,12 @@ fun add_sptree_compset compset =
mk_BS_def,
mk_wf_def,
size_def,
spt_center_def,
spt_centers_def,
spts_to_alist_def,
toListA_def,
toList_def,
toSortedAList_def,
union_def,
wf_def
] compset
Expand Down

0 comments on commit 3824244

Please sign in to comment.