Arrays with constant time indexing and slicing

This commit is contained in:
Nathan McCarty 2025-01-23 04:18:32 -05:00
parent 49525e43a1
commit 6d130cdc3b
3 changed files with 544 additions and 0 deletions

View file

@ -16,6 +16,7 @@ authors = "Nathan McCarty"
depends = base
, contrib
, structures
, tailrec
, eff
, elab-util
, ansi
@ -28,6 +29,7 @@ modules = Runner
, Util
, Util.Eff
, Util.Digits
, Array
-- main file (i.e. file to load at REPL)
main = Main