Skip to content

Commit

Permalink
Make internal module public
Browse files Browse the repository at this point in the history
  • Loading branch information
s-and-witch authored and GoPavel committed Oct 14, 2024
1 parent d65c36c commit 2d87094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PersistentOrderedMap.mo
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ module {
};


module Internal {
public module Internal {

public func fromIter<K, V>(i : I.Iter<(K,V)>, compare : (K, K) -> O.Order) : Map<K, V>
{
Expand Down

0 comments on commit 2d87094

Please sign in to comment.