-
Notifications
You must be signed in to change notification settings - Fork 46
Closed
Description
We have an instances of EncodeJson and DecodeJson for NonEmpty Array but not for NonEmptyArray. Is there a reason for that?
If not, I'd be happy to take a shot at implementing, with two minor points:
- The logical names for those instances (
encodeJsonNonEmptyArrayanddecodeJsonNonEmptyArray) are already in use. I propose renaming the existing ones toencodeJsonNonEmpty_ArrayanddecodeJsonNonEmpty_Array. Would that break anything? - There was some discussion in Instances for NonEmpty Array and NonEmpty List #25 about implementing
encodeJsonNonEmptyFoldableanddecodeJsonNonEmptyFoldable. That doesn't seem to have happened. Was there a reason it was avoided or did it just fall off the radar?
Metadata
Metadata
Assignees
Labels
No labels