versioning
versioning copied to clipboard
Provide Generic utilities for `Adapt`
Sometimes the Adapt instances are completely mechanical. For example all the fields whose type did not change are just copied, new Maybe fields are set to Nothing, new strings are set to "", etc.
It would be nice to provide some tools to reduce boilerplate with Generic. The generic functions should be configurable by type and by field (see generic-random for inspiration).