aeneas icon indicating copy to clipboard operation
aeneas copied to clipboard

Allow types to be parameterized by traits

Open sonmarcho opened this issue 1 year ago • 0 comments

The following is currently not accepted:

struct S<T : Ord> { x : T }

sonmarcho avatar Mar 26 '24 12:03 sonmarcho