Skip to content

Commit

Permalink
hide List.isMember
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcz committed Oct 9, 2024
1 parent 89134d6 commit 0559e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Stdlib/Data/Set/AVL.juvix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import Stdlib.Data.Nat open;
import Stdlib.Data.Int open;
import Stdlib.Data.Bool open;
import Stdlib.Data.Pair open;
import Stdlib.Data.List open;
import Stdlib.Data.List open hiding {isMember};
import Stdlib.Data.String open;
import Stdlib.Trait.Foldable open;
import Stdlib.Function open;
Expand Down

0 comments on commit 0559e45

Please sign in to comment.