mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-12-21 11:51:31 +03:00
5823d6b294
Straightforward port of Either from Idris to Idris2.
29 lines
595 B
Plaintext
29 lines
595 B
Plaintext
package base
|
|
|
|
modules = Control.Monad.Identity,
|
|
Control.Monad.State,
|
|
Control.Monad.Trans,
|
|
Control.WellFounded,
|
|
|
|
Data.Buffer,
|
|
Data.Either,
|
|
Data.Fin,
|
|
Data.IORef,
|
|
Data.List,
|
|
Data.List.Views,
|
|
Data.Maybe,
|
|
Data.Nat,
|
|
Data.Nat.Views,
|
|
Data.Primitives.Views,
|
|
Data.So,
|
|
Data.Stream,
|
|
Data.Strings,
|
|
Data.Vect,
|
|
|
|
Decidable.Equality,
|
|
|
|
System,
|
|
System.Concurrency.Raw,
|
|
System.File,
|
|
System.REPL
|