-
Notifications
You must be signed in to change notification settings - Fork 10
/
frex.ipkg
90 lines (88 loc) · 2.91 KB
/
frex.ipkg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
package frex
authors = "Guillaume Allais, Edwin Brady, Nathan Corbyn, Ohad Kammar, and Jeremy Yallop"
modules = Frex
, Frex.Magic
, Frex.Signature
, Frex.Algebra
, Frex.Algebra.Abstract
, Frex.Presentation
, Frex.Axiom
, Frex.Lemma
, Frex.Model
, Frex.Powers
, Frex.Powers.Definition
, Frex.Powers.Abstract
, Frex.Powers.Construction
, Frex.Powers.Fin
, Frex.Coproduct
, Frex.Free
, Frex.Free.Definition
, Frex.Free.Construction
, Frex.Free.Construction.Combinators
, Frex.Free.Construction.Linear
, Frex.Free.Construction.Idris
, Frex.Free.Construction.IdrisMonoid
, Frex.Free.Construction.ByFrex
, Frex.Frex
, Frex.Frex.Construction
, Notation
, Notation.Additive
, Notation.Multiplicative
, Notation.Action
, Notation.Semantic
, Notation.Hints
, Frexlet.Monoid
, Frexlet.Monoid.Theory
, Frexlet.Monoid.Frex
, Frexlet.Monoid.Frex.Structure
, Frexlet.Monoid.Frex.Properties
, Frexlet.Monoid.Frex.Construction
, Frexlet.Monoid.Free
, Frexlet.Monoid.Nat
, Frexlet.Monoid.List
, Frexlet.Monoid.Pair
, Frexlet.Monoid.Notation
, Frexlet.Monoid.Notation.Additive
, Frexlet.Monoid.Notation.Multiplicative
, Frexlet.Monoid.Commutative
, Frexlet.Monoid.Commutative.Theory
, Frexlet.Monoid.Commutative.Nat
, Frexlet.Monoid.Commutative.NatSemiLinear
, Frexlet.Monoid.Commutative.NatSemiLinear.Sum
, Frexlet.Monoid.Commutative.NatSemiLinear.Mult
, Frexlet.Monoid.Commutative.NatSemiLinear.Dirac
, Frexlet.Monoid.Commutative.Notation.Core
, Frexlet.Monoid.Commutative.Free
, Frexlet.Monoid.Commutative.Coproduct
, Frexlet.Monoid.Commutative.Frex
, Frexlet.Monoid.Involutive
, Frexlet.Monoid.Involutive.Theory
, Frexlet.Monoid.Involutive.Notation
, Frexlet.Monoid.Involutive.Properties
, Frexlet.Monoid.Involutive.Involution
, Frexlet.Monoid.Involutive.Frex
, Frexlet.Monoid.Involutive.List
, Frexlet.Monoid.Involutive.Free
-- Should move to contrib
, Data.Either.Extra
, Data.Finite
, Data.Fun.Nary
, Data.Name
, Data.Relation
, Data.Relation.Closure.ReflexiveTransitive
, Data.Relation.Closure.Symmetric
, Data.Setoid
, Data.Setoid.Definition
, Data.Setoid.Either
, Data.Setoid.Pair
, Data.Setoid.Vect
, Data.Setoid.Vect.Functional
, Data.Setoid.Vect.Inductive
, Data.Setoid.List
, Data.Unit
, Data.Vect.Extra1
, Syntax.PreorderReasoning.Setoid
, Utils.String
, Language.Reflection.Relation
depends = contrib
sourcedir = "src"