mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-12-21 11:51:31 +03:00
0f56c239c2
This is now enough for Chapter 5 tests to work
22 lines
378 B
Plaintext
22 lines
378 B
Plaintext
package base
|
|
|
|
modules = Control.WellFounded,
|
|
|
|
Data.Buffer,
|
|
Data.Fin,
|
|
Data.Maybe,
|
|
Data.Nat,
|
|
Data.IORef,
|
|
Data.List,
|
|
Data.So,
|
|
Data.Strings,
|
|
Data.Vect,
|
|
|
|
Decidable.Equality,
|
|
|
|
System,
|
|
System.Concurrency.Raw,
|
|
System.File,
|
|
System.REPL
|
|
|