Skip to content

Commit

Permalink
OrderedSet: make Internal mudule private
Browse files Browse the repository at this point in the history
  • Loading branch information
GoPavel committed Nov 4, 2024
1 parent 872cad1 commit bf86cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PersistentOrderedSet.mo
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ module {
};
};

public module Internal {
module Internal {
public func contains<T>(t : Set<T>, compare : (T, T) -> O.Order, x : T) : Bool {
switch t {
case (#leaf) { false };
Expand Down

0 comments on commit bf86cb0

Please sign in to comment.