Idris2/libs/contrib
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
..
Control Add libraries 2020-05-18 14:00:08 +01:00
Data Add experimental support for linear arrays 2020-06-12 14:08:00 +01:00
Language Fix import loading 2020-05-27 15:49:03 +01:00
Syntax Let DocComments trough from Lexer to Parser 2020-05-29 10:37:04 +01:00
System Add visibility rules on types 2020-05-30 17:03:15 +01:00
Text Add visibility rules on types 2020-05-30 17:03:15 +01:00
contrib.ipkg Add experimental support for linear arrays 2020-06-12 14:08:00 +01:00
Makefile Refactor makefiles 2020-05-19 18:50:47 +06:00