Files
Thun/implementations
sforman 68488cc9d2 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.
2023-09-02 11:30:18 -07:00
..
2023-08-30 19:57:57 -07:00
2023-09-02 11:30:18 -07:00
pow
2023-08-30 18:52:26 -07:00
2022-09-28 22:07:28 -07:00
2023-08-28 20:46:19 -07:00
2023-08-20 10:24:29 -07:00
2023-08-30 18:54:49 -07:00
2023-07-24 11:28:45 -07:00
2023-08-30 18:44:55 -07:00