Moved the typeclasse tests. Fix typeclass name.
This commit is contained in:
parent
ac4b46bbe7
commit
99d2b22336
@ -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],
|
||||||
|
|||||||
0
tests/integration/test_typeclasses/__init__.py
Normal file
0
tests/integration/test_typeclasses/__init__.py
Normal file
Loading…
x
Reference in New Issue
Block a user