Tammo0987 / automapper

Generate mappings between algebraic data types.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add derivation of sums

Tammo0987 opened this issue · comments

commented

It should be possible, to map variants from a sum to variants from another sum by name. This mapper should be able to derive automatically. Sealed traits as well as enums should be supported.