mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-24 12:14:26 +03:00
1c576cb068
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.
42 lines
982 B
Plaintext
42 lines
982 B
Plaintext
package contrib
|
|
|
|
modules = Control.Delayed,
|
|
|
|
Data.Linear.Array,
|
|
|
|
Data.List.TailRec,
|
|
Data.List.Equalities,
|
|
Data.List.Reverse,
|
|
Data.List.Views.Extra,
|
|
Data.List.Palindrome,
|
|
|
|
Data.Bool.Extra,
|
|
Data.Fin.Extra,
|
|
Data.Nat.Equational,
|
|
Data.Nat.Factor,
|
|
Data.SortedMap,
|
|
Data.SortedSet,
|
|
Data.String.Extra,
|
|
|
|
Language.JSON,
|
|
Language.JSON.Data,
|
|
Language.JSON.Lexer,
|
|
Language.JSON.Parser,
|
|
Language.JSON.String,
|
|
Language.JSON.String.Lexer,
|
|
Language.JSON.String.Parser,
|
|
Language.JSON.String.Tokens,
|
|
Language.JSON.Tokens,
|
|
|
|
Text.Token,
|
|
Text.Quantity,
|
|
Text.Parser,
|
|
Text.Lexer,
|
|
Text.Parser.Core,
|
|
Text.Lexer.Core,
|
|
|
|
System.Random,
|
|
System.Path,
|
|
Syntax.WithProof,
|
|
Syntax.PreorderReasoning
|