Idris2/libs/contrib/contrib.ipkg
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

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