``` trait Foo { type Curve: PrimeCurve; // How to add where SignatureSize: ArrayLength? } ``` ?