You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nice find. That's what I get for writing stubbed out code! I'm pretty burned out on this project, but would be willing to accept a PR. Otherwise I'll hold onto the bug if the book ever finds a second edition.
This example causes an error: Multiple declarations of 'User'
Since DataKinds is turned on, the first declaration is creating a type
User
in addition to the usual type in the second declaration.The text was updated successfully, but these errors were encountered: