-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HasField
for SqlExpr (Maybe (Entity a))
joins Maybe
#422
Conversation
OK, I've been playing with this on the work codebase. I have some observations. The Question of
|
On
|
OK, I'm pretty happy with the PR in this state. I've tested this out on Mercury's codebase and it's not a huge change, but it's a very good change. |
This may make type inference really bad, so I want to do a lot more experimentation with it before committing to this. The convenience would be very nice but not if the error messages get really bad.
Closes #407
Might as well fold a few more items into this PR. Other functions which produce
SqlExpr (Value (Maybe a))
should probably doNullable
here also.Before submitting your PR, check that you've:
@since
declarations to the Haddock.stylish-haskell
and otherwise adhered to the style guide.After submitting your PR: