mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-12-21 03:41:30 +03:00
8227859760
Currently supports creating and changing directories. Support for reading contents of directories still missing.
40 lines
849 B
Plaintext
40 lines
849 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.Directory,
|
|
System.File,
|
|
System.Info,
|
|
System.REPL
|