phasm/tests/integration
Johan B.W. de Vries 7544055a94 Split Num into NatNum and IntNum
This is because Haskell defines negate, abs and signum
for Num, but they don't work with our unsigned number
types. (abs would be a noop.) Haskell has Word32 / Word64,
but there negate doesn't make much sense to me.

Implemented neg and abs.

Implemented a type class inheritance check.

Removed Integral from u8 and i8 since it wasn't implemented.
2025-04-06 16:12:36 +02:00
..
2025-04-05 15:43:49 +02:00
2022-05-28 12:29:24 +02:00
2025-04-06 12:58:40 +02:00
2025-04-05 15:43:49 +02:00