I love the NonEmptyList class of the arrow-core li...
# arrow
r
I love the NonEmptyList class of the arrow-core library. It statically ensures the presence of at least one element. What do you think about introducing a NonEmptySet class extending the Set interface? Haskell seems to have an equivalent too.
s
r
I tried to open an issue at arrow-core but they were read only and the guide on how to contribute was broken, but thx
s
The projects moved to multi-repo for a while, it's why arrow-core excited. Now they are back to monorepo setup
☝️ 1