mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-23 19:54:50 +03:00
bcf8598f99
* [ 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
22 lines
512 B
Plaintext
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
|