aeneas
aeneas copied to clipboard
Allow types to be parameterized by traits
The following is currently not accepted:
struct S<T : Ord> { x : T }