Idris2/libs
Edwin Brady 1c576cb068 Add experimental support for linear arrays
Backed by Data.IOArray. Also moved the array external primitives to a
separate module Data.IOArray.Prims, since the next step is to add a
linear bounded array type where the bounds checks are done at compile
time, so we'll want to read and write without bounds likes.
2020-06-12 14:08:00 +01:00
..
base Add experimental support for linear arrays 2020-06-12 14:08:00 +01:00
contrib Add experimental support for linear arrays 2020-06-12 14:08:00 +01:00
network Move network support to libidris2_support 2020-05-23 15:52:33 +01:00
prelude Add linear pair/dependent pair to the prelude 2020-06-12 11:18:12 +01:00