Add Util.Digits modules
Contains views for seeing integers as lists of digits
This commit is contained in:
parent
cf3a81fa62
commit
fe4a20ade6
2 changed files with 193 additions and 0 deletions
|
@ -26,6 +26,7 @@ depends = base
|
|||
modules = Runner
|
||||
, Util
|
||||
, Util.Eff
|
||||
, Util.Digits
|
||||
, Grid
|
||||
|
||||
-- main file (i.e. file to load at REPL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue