Skip to content

Commit

Permalink
Added back missing functions
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenldl committed May 12, 2021
1 parent 99c86a6 commit 746282e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions desc/int_set.ml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ include CCSet.Make (struct

let compare = compare
end)

let to_seq x = x |> to_list |> CCList.to_seq
2 changes: 2 additions & 0 deletions src/weekday_set.ml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ include CCSet.Make (struct

let compare = compare
end)

let to_seq x = x |> to_list |> CCList.to_seq

0 comments on commit 746282e

Please sign in to comment.