2022-01-25 15:25:55 +03:00
|
|
|
package papers
|
2022-10-28 10:55:35 +03:00
|
|
|
version = 0.6.0
|
2022-01-25 15:25:55 +03:00
|
|
|
|
|
|
|
depends = contrib, linear
|
|
|
|
|
|
|
|
options = "--ignore-missing-ipkg"
|
|
|
|
|
2023-02-08 20:19:24 +03:00
|
|
|
modules = Control.DivideAndConquer,
|
|
|
|
|
|
|
|
Data.Container,
|
2022-01-25 15:25:55 +03:00
|
|
|
|
2022-11-01 19:31:57 +03:00
|
|
|
Data.Description.Regular,
|
|
|
|
Data.Description.Indexed,
|
|
|
|
|
|
|
|
Data.Enumerate,
|
|
|
|
Data.Enumerate.Common,
|
|
|
|
Data.Enumerate.Indexed,
|
|
|
|
|
2022-01-25 15:25:55 +03:00
|
|
|
Data.InductionRecursion.DybjerSetzer,
|
|
|
|
|
|
|
|
Data.INTEGER,
|
|
|
|
|
|
|
|
Data.Linear.Communications,
|
|
|
|
Data.Linear.Diff,
|
|
|
|
Data.Linear.Inverse,
|
|
|
|
|
|
|
|
Data.OpenUnion,
|
|
|
|
|
|
|
|
Data.Recursion.Free,
|
|
|
|
|
|
|
|
Data.Tree.Perfect,
|
|
|
|
|
|
|
|
Data.Vect.Binary,
|
|
|
|
|
2022-09-16 13:40:09 +03:00
|
|
|
Data.W,
|
|
|
|
|
2022-12-01 16:48:48 +03:00
|
|
|
Language.IntrinsicScoping.Variables,
|
|
|
|
Language.IntrinsicScoping.TypeTheory,
|
|
|
|
|
2022-11-04 17:00:49 +03:00
|
|
|
Language.IntrinsicTyping.ABT,
|
|
|
|
|
2022-11-04 13:05:31 +03:00
|
|
|
Language.IntrinsicTyping.Krivine,
|
|
|
|
|
2022-11-02 15:58:13 +03:00
|
|
|
Language.IntrinsicTyping.SECD,
|
|
|
|
Language.IntrinsicTyping.STLCR,
|
|
|
|
|
2022-01-27 18:52:18 +03:00
|
|
|
Language.Tagless,
|
|
|
|
|
2022-12-01 16:48:48 +03:00
|
|
|
Language.TypeTheory,
|
|
|
|
|
2022-06-16 11:35:45 +03:00
|
|
|
Search.Auto,
|
|
|
|
|
2022-01-25 15:25:55 +03:00
|
|
|
Search.Generator,
|
|
|
|
Search.HDecidable,
|
|
|
|
Search.Negation,
|
2022-02-24 14:12:53 +03:00
|
|
|
Search.Properties,
|
2022-09-22 13:24:37 +03:00
|
|
|
Search.CTL,
|
|
|
|
Search.GCL,
|
2022-02-24 14:12:53 +03:00
|
|
|
|
|
|
|
Search.Tychonoff.PartI
|