error: 'N' is a value parameter, not a type; introduce a generic type parameter with `$N: Type` --> examples/0172-types-value-param-as-field-type.sx:22:8 | 22 | x: N; | ^