zio-codec icon indicating copy to clipboard operation
zio-codec copied to clipboard

Expand Equiv subtypes to include sum types up to arity 22

Open jdegoes opened this issue 4 years ago • 2 comments

A sum type requires a fallible deconstructor and infallible constructor for each term. Or more if we want totality checking at compile-time.

jdegoes avatar Apr 15 '20 18:04 jdegoes

The corresponding idea and prototype for product types is located here and can inform this issue.

jdegoes avatar Apr 15 '20 18:04 jdegoes

I can prolly do this one.

ghost avatar Apr 16 '20 01:04 ghost