mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-12-21 11:51:31 +03:00
bb6cefc0a9
plus scheme primitives for runtime, via vectors
38 lines
798 B
Plaintext
38 lines
798 B
Plaintext
package base
|
|
|
|
modules = Control.Monad.Identity,
|
|
Control.Monad.State,
|
|
Control.Monad.Trans,
|
|
Control.WellFounded,
|
|
|
|
Data.Buffer,
|
|
Data.Either,
|
|
Data.Fin,
|
|
Data.IOArray,
|
|
Data.IORef,
|
|
Data.List,
|
|
Data.List.Elem,
|
|
Data.List.Views,
|
|
Data.Maybe,
|
|
Data.Morphisms,
|
|
Data.Nat,
|
|
Data.Nat.Views,
|
|
Data.Primitives.Views,
|
|
Data.So,
|
|
Data.Stream,
|
|
Data.Strings,
|
|
Data.Vect,
|
|
|
|
Debug.Trace,
|
|
|
|
Decidable.Equality,
|
|
|
|
Language.Reflection,
|
|
Language.Reflection.TT,
|
|
Language.Reflection.TTImp,
|
|
|
|
System,
|
|
System.Concurrency.Raw,
|
|
System.File,
|
|
System.REPL
|