wisteria icon indicating copy to clipboard operation
wisteria copied to clipboard

Easy, fast, transparent generic derivation of typeclass instances in Scala

Results 3 wisteria issues
Sort by recently updated
recently updated
newest added

It seems like a default value can be accessed when deriving a product type, but not if that product type is being derived as part of a sum type.

bug
question

Assuming I want to only implement type class for Products, therefore I deliberately leave `split` method unimplemented. When trying to derive type class for Sum type - I get extremely...