yesodweb / persistent

Persistence interface for Haskell allowing multiple storage methods.
MIT License
467 stars 297 forks source link

Fix type error messages for unique key #1531

Closed parsonsmatt closed 3 months ago

parsonsmatt commented 7 months ago

Prior to this PR, you'd get a confusing type error message with the AtLeastOneUniqueKey class. This fixes it to properly refer to what'sgoing on.

Before submitting your PR, check that you've:

After submitting your PR: