Support associated types with bounds #674
Closed
marshtompsxd
started this conversation in
General
Replies: 2 comments
|
A common use case of this is to simplify lemmas. Currently, we have to carry multiple bounded generic types in each lemma but with this support we will be able to fold them into one (with associated types). Besides, without this support we find it difficult to generate some proof obligations in our framework. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
It would be great if we can have associated types with bounds.
Current it reports the error:
All reactions