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
genericSerial::FieldReturnType 'True 'False be (SqlSerialInt) a=>Text->a
I'm trying to write my functions generically against backends, and using genericSerial requires me to add a FromBackendRow be Int constraint. However, that triggers the "explicitly sized integer" check.
I changed genericSerial to be generic over Integral types here: thomasjm@d4564da. Would you be interested in a PR? Thanks for the amazing library btw!