-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: view and edit kinds on foralls #1036
Conversation
adbe00a
to
fe3e2f5
Compare
fe3e2f5
to
092902e
Compare
The new Primer pin adds a new option to EvalFull (which controls evaluation under binders), and changes the default behaviour to not evaluate under binders. Signed-off-by: Ben Price <[email protected]>
This bumps the Primer pin, which adds support for higher-kinded polymorphism. There are no other changes required to take advantage of this feature. Signed-off-by: Ben Price <[email protected]>
092902e
to
6b5a139
Compare
I've done this bump in two stages, since the earlier one introduces some changes in the orval-generated model which are orthogonal to the purpose of this PR (which is contained in the second commit). Both commits are clean bumps, with no code changes required. |
@dhess mentioned he wanted to take a look at this, so I'll leave it to him to merge if/when he is happy. |
Given that it's literally just a pin bump (except for the upstream eval changes, which are unrelated), let's merge it, and if there are any issues down the line — and I don't expect there will be any — we'll just deal with them separately. |
No description provided.