Skip to content

Commit 1f73540

Browse files
authored
Export Set.empty (#175)
1 parent 2498869 commit 1f73540

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Stdlib/Data/Set.juvix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ type Set (A : Type) :=
3232
right : Set A;
3333
};
3434

35-
open Set;
35+
open Set using {empty} public;
36+
open Set using {node};
3637

3738
module Internal;
3839
--- 𝒪(1) Retrieves the height of a ;Set;. The height is the distance from

0 commit comments

Comments
 (0)