summaryrefslogtreecommitdiff
path: root/soat.ipkg
diff options
context:
space:
mode:
authorGreg Brown <greg.brown01@ed.ac.uk>2022-11-29 14:36:13 +0000
committerGreg Brown <greg.brown01@ed.ac.uk>2022-11-29 14:36:13 +0000
commitb21e69503571272a5f35cf84c731994f3e921a3a (patch)
tree79f04a283d8873317b0c91bebbcd283a66edbc93 /soat.ipkg
parentd35c9f4eea009a5d3edd57c9165e49b8a7a66334 (diff)
Move indexed setoids and functions out of Soat.
Diffstat (limited to 'soat.ipkg')
-rw-r--r--soat.ipkg5
1 files changed, 3 insertions, 2 deletions
diff --git a/soat.ipkg b/soat.ipkg
index c42996f..7d584ac 100644
--- a/soat.ipkg
+++ b/soat.ipkg
@@ -2,13 +2,14 @@ package soat
authors = "Greg Brown"
sourcedir = "src"
-modules = Data.Setoid
+modules = Data.Morphism.Indexed
+ , Data.Setoid
+ , Data.Setoid.Indexed
, Soat.Data.Product
, Soat.Data.Sublist
, Soat.FirstOrder.Algebra
, Soat.FirstOrder.Signature
, Soat.FirstOrder.Term
- , Soat.Relation
, Soat.SecondOrder.Algebra
, Soat.SecondOrder.Algebra.Lift
, Soat.SecondOrder.Signature