@@ -131,16 +131,16 @@ class Lean_tests.Traits.Inheritance.T2 (Self : Type) where
131131 f2 : (Self -> RustM usize )
132132
133133class Lean_tests .Traits .Inheritance .T3 (Self : Type ) where
134- [_constr_i0 : (Lean_tests .Traits .Inheritance .T2 Self )]
135- [_constr_i1 : (Lean_tests .Traits .Inheritance .T1 Self )]
134+ [_constr_T3_i0 : (Lean_tests .Traits .Inheritance .T2 Self )]
135+ [_constr_T3_i1 : (Lean_tests .Traits .Inheritance .T1 Self )]
136136 f3 : (Self -> RustM usize )
137137
138138class Lean_tests .Traits .Inheritance .Tp1 (Self : Type ) where
139139 f1 : (Self -> RustM usize )
140140
141141class Lean_tests .Traits .Inheritance .Tp2 (Self : Type ) where
142- [_constr_i0 : (Lean_tests .Traits .Inheritance .Tp1 Self )]
143- [_constr_i1 : (Lean_tests .Traits .Inheritance .T3 Self )]
142+ [_constr_Tp2_i0 : (Lean_tests .Traits .Inheritance .Tp1 Self )]
143+ [_constr_Tp2_i1 : (Lean_tests .Traits .Inheritance .T3 Self )]
144144 fp2 : (Self -> RustM usize )
145145
146146structure Lean_tests .Traits .Inheritance .S where
@@ -242,8 +242,8 @@ class Lean_tests.Traits.Bounds.T2 (Self : Type) where
242242 f2 : (Self -> RustM usize )
243243
244244class Lean_tests .Traits .Bounds .Test (Self : Type ) (T : Type ) where
245- [_constr_i0 : (Lean_tests .Traits .Bounds .T2 Self )]
246- [_constr_i1 : (Lean_tests .Traits .Bounds .T1 T )]
245+ [_constr_Test_i0 : (Lean_tests .Traits .Bounds .T2 Self )]
246+ [_constr_Test_i1 : (Lean_tests .Traits .Bounds .T1 T )]
247247 f_test : (Self -> T -> RustM usize )
248248
249249structure Lean_tests .Traits .Bounds .S1 where
@@ -330,9 +330,9 @@ class Lean_tests.Traits.Associated_types.T1 (Self : Type) where
330330
331331class Lean_tests .Traits .Associated_types .T3 (Self : Type ) where
332332 T : Type
333- [_constr_i0 : (Lean_tests .Traits .Associated_types .Bar T )]
333+ [_constr_T_i0 : (Lean_tests .Traits .Associated_types .Bar T )]
334334 Tp : Type
335- [_constr_i0 : (Lean_tests .Traits .Associated_types .Foo Tp T )]
335+ [_constr_Tp_i0 : (Lean_tests .Traits .Associated_types .Foo Tp T )]
336336 f (A : Type ) [(Lean_tests .Traits .Associated_types .Bar A )] :
337337 (Self -> T -> Tp -> RustM usize )
338338
@@ -345,7 +345,7 @@ instance Lean_tests.Traits.Associated_types.Impl :
345345
346346class Lean_tests .Traits .Associated_types .T2 (Self : Type ) where
347347 T : Type
348- [_constr_i0 : (Lean_tests .Traits .Associated_types .T1 T )]
348+ [_constr_T_i0 : (Lean_tests .Traits .Associated_types .T1 T )]
349349 f : (Self -> T -> RustM usize )
350350
351351instance Lean_tests .Traits .Associated_types .Impl_1 :
0 commit comments