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
Support creating methods nicely in generated classes (#28)
To do this we convert our Callable+Param types into methods. The main
reason for this is because it seems to be the expected thing, though
maybe we'd be better off keeping them as methods?
This lets us implement flatten_type fully in terms of
`NewProtocol`+`Members`, no special work needed, though!
I also added GenericCallable, since pulling that off required being
able to represent type params. I am suuuuper unsure about that one,
though.
0 commit comments