Add grid module

This commit is contained in:
Nathan McCarty 2025-01-07 21:06:02 -05:00
parent f2070b7513
commit fde322e772
2 changed files with 348 additions and 0 deletions

View file

@ -26,6 +26,7 @@ depends = base
modules = Runner
, Util
, Util.Eff
, Grid
-- main file (i.e. file to load at REPL)
main = Main