Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SUGGESTION: add a 'ResolveAsFirst' newtype wrapper
This is one way to recover some desirable behaviour from the `Normal`/`Monoidal` API split. In particular, if a user does not intend to use `Mupserts`, then in the full API they still have to define `ResolveValue` instances. The `ResolveAsFirst` wrapper provides a sensible default instance when this is the case.
- Loading branch information