OSDN Git Service

Elm version using BigNums.
authorsforman <sforman@hushmail.com>
Sat, 2 Sep 2023 18:30:18 +0000 (11:30 -0700)
committersforman <sforman@hushmail.com>
Sat, 2 Sep 2023 18:30:18 +0000 (11:30 -0700)
commit68488cc9d2486d1658f29e5bbc537a0fa845b35b
treea4a161174211c01f9808f745359a2a58b94a59ac
parent10c1d6ccde36ed748f42075c934d7aa68d2c091e
Elm version using BigNums.

This went pretty smoothly, I just followed the compiler errors after
substituting Integer for Int in the type definition.

The only tricky thing is that the div and mod functions for Integer
return Maybe Integer rather than just Integer, so I need to wrap those
or something?  (For now I just put in add to get it to compile.)

Oh, and "not equal" is not correct? The compiler didn't complain.
implementations/Elm/src/Joy.elm