mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-18 16:51:51 +03:00
37 lines
868 B
Plaintext
37 lines
868 B
Plaintext
package contrib
|
|
|
|
modules = Control.Delayed,
|
|
|
|
Data.List.TailRec,
|
|
Data.List.Equalities,
|
|
Data.List.Reverse,
|
|
Data.List.Views.Extra,
|
|
Data.List.Palindrome,
|
|
|
|
Data.Bool.Extra,
|
|
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
|