Moved the typeclasse tests. Fix typeclass name.

This commit is contained in:
Johan B.W. de Vries 2025-05-17 18:42:27 +02:00
parent ac4b46bbe7
commit 99d2b22336
14 changed files with 1 additions and 1 deletions

View File

@ -462,7 +462,7 @@ instance_type_class(IntNum, f64, methods={
'neg': stdtypes.f64_intnum_neg, 'neg': stdtypes.f64_intnum_neg,
}) })
Integral = Type3Class('Eq', (a, ), methods={ Integral = Type3Class('Integral', (a, ), methods={
}, operators={ }, operators={
'//': [a, a, a], '//': [a, a, a],
'%': [a, a, a], '%': [a, a, a],