mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-18 16:51:51 +03:00
6a53e0177c
This is partly to tidy things up, but also a good test for 'import as'. Requires some internal changes since there are parts of reflection, unelaboration and a compiler hack that rely on where things are in the Prelude.
17 lines
324 B
Plaintext
17 lines
324 B
Plaintext
package prelude
|
|
|
|
opts = "--no-prelude"
|
|
|
|
modules = Builtin,
|
|
PrimIO,
|
|
Prelude,
|
|
Prelude.Basics,
|
|
Prelude.EqOrd,
|
|
Prelude.Interfaces,
|
|
Prelude.IO,
|
|
Prelude.Num,
|
|
Prelude.Ops,
|
|
Prelude.Show,
|
|
Prelude.Types,
|
|
Prelude.Uninhabited
|