mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-12-21 11:51:31 +03:00
11199acab6
Now supports with applications on the RHS when auto implicits are involved. Auto implicit bound names in patterns now become searches on the rhs in a with-application (I should write this construct up properly in a paper some time!)
24 lines
431 B
Plaintext
24 lines
431 B
Plaintext
package base
|
|
|
|
modules = Control.WellFounded,
|
|
|
|
Data.Buffer,
|
|
Data.Fin,
|
|
Data.List,
|
|
Data.List.Views,
|
|
Data.Maybe,
|
|
Data.Nat,
|
|
Data.Nat.Views,
|
|
Data.IORef,
|
|
Data.So,
|
|
Data.Strings,
|
|
Data.Vect,
|
|
|
|
Decidable.Equality,
|
|
|
|
System,
|
|
System.Concurrency.Raw,
|
|
System.File,
|
|
System.REPL
|
|
|