Arrays with constant time indexing and slicing
This commit is contained in:
parent
49525e43a1
commit
6d130cdc3b
3 changed files with 544 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue