Idris2/libs/linear/linear.ipkg
G. Allais bcf8598f99
[ new ] System.Concurrency.(Linear/Session) (#3294)
* [ refactor ] moving Data.OpenUnion to base

* [ new ] System.Concurrency.(Linear/Session)

* [ test ] for the new feature

Fixing other tests impacted by the refactoring

* [ cleanup ] move definitions around, touch up docs

* [ fix ] re-export linear notations for Control.Linear.LIO
2024-06-05 13:53:30 +01:00

22 lines
512 B
Plaintext

package linear
version = 0.7.0
options = "--ignore-missing-ipkg"
modules = Control.Linear.LIO,
Data.Linear,
Data.Linear.Bifunctor,
Data.Linear.Copies,
Data.Linear.Interface,
Data.Linear.LEither,
Data.Linear.LList,
Data.Linear.List.LQuantifiers,
Data.Linear.LMaybe,
Data.Linear.LNat,
Data.Linear.LVect,
Data.Linear.Notation,
System.Concurrency.Linear,
System.Concurrency.Session