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
If I invoke deriveEsqueletoRecord, I'll get a new SqlPerson data type, but it's missing a ToMaybe instance, which seems to be necessary for using the type in left joins.
The text was updated successfully, but these errors were encountered:
For example, if I have this data type:
If I invoke
deriveEsqueletoRecord
, I'll get a newSqlPerson
data type, but it's missing aToMaybe
instance, which seems to be necessary for using the type in left joins.The text was updated successfully, but these errors were encountered: