This fails with a syntax error: ```rescript module M: S with type t = private int ``` As far as I understand, `private int` should parse as any other kind of type declaration.