-
Notifications
You must be signed in to change notification settings - Fork 59
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
Get rid of declareSchemaRef's Proxy argument in favour of TypeApplications #188
Comments
Main downside of this is that it will mean losing compatibility with GHC < 8. |
Would this work well with Would something like this work? type API = PublicAPI :<|> InternalAPI
mySwagger :: Swagger
mySwagger = toSwagger @InternalAPI |
@jonathanjouty This change is not related to @23Skidoo I'd like to be consistent. What about |
Yet, I'd like to remove polymorphic |
Fine with me. |
Would be nice if I could write
instead of
Any objections? I can probably look into making a patch.
The text was updated successfully, but these errors were encountered: