-
Notifications
You must be signed in to change notification settings - Fork 11
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Hi,
Would it make sense to add some equivalent of :| for NonEmpty but for NonEmptyVector? I suppose in this case it would need to be a function, not a data constructor. ie. something like consV :: a -> Vector a -> NonEmptyVector a.
I suppose an equivalent snocV might also be useful.
I'd be happy to open a PR if this is all desirable.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request