diff options
author | Greg Brown <greg.brown01@ed.ac.uk> | 2022-11-29 14:36:13 +0000 |
---|---|---|
committer | Greg Brown <greg.brown01@ed.ac.uk> | 2022-11-29 14:36:13 +0000 |
commit | b21e69503571272a5f35cf84c731994f3e921a3a (patch) | |
tree | 79f04a283d8873317b0c91bebbcd283a66edbc93 /soat.ipkg | |
parent | d35c9f4eea009a5d3edd57c9165e49b8a7a66334 (diff) |
Move indexed setoids and functions out of Soat.
Diffstat (limited to 'soat.ipkg')
-rw-r--r-- | soat.ipkg | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |