You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At work we newtype Map in a manner analogous to Data.Set.NonEmpty.NonEmptySet, copying the API of Data.Map.Internal without empty and dealing with partial functions by returning Maybe (NonEmptyMap k v).
I'm curious if there's any interest in adding such a type to this package.
The text was updated successfully, but these errors were encountered:
At work we newtype
Map
in a manner analogous toData.Set.NonEmpty.NonEmptySet
, copying the API ofData.Map.Internal
withoutempty
and dealing with partial functions by returningMaybe (NonEmptyMap k v)
.I'm curious if there's any interest in adding such a type to this package.
The text was updated successfully, but these errors were encountered: