Idris2/libs/prelude/prelude.ipkg
Edwin Brady 6a53e0177c Reorganise prelude into multiple files
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.
2020-07-12 16:55:48 +01:00

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