diff options
author | Greg Brown <greg.brown01@ed.ac.uk> | 2022-12-05 14:37:30 +0000 |
---|---|---|
committer | Greg Brown <greg.brown01@ed.ac.uk> | 2022-12-05 14:37:30 +0000 |
commit | e8a5ba7c22c98d32671d02e41960598566bdcc58 (patch) | |
tree | c051ae8e9b4bab7002e0de36bf7266442ce2e891 /soat.ipkg | |
parent | 45e9bbec72bf338306d446012f077e195439aed0 (diff) |
WIP: port to libraryrefactor/setoids
Diffstat (limited to 'soat.ipkg')
-rw-r--r-- | soat.ipkg | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -2,10 +2,9 @@ package soat authors = "Greg Brown" sourcedir = "src" -modules = Data.Morphism.Indexed - , Data.Setoid - , Data.Setoid.Either - , Data.Setoid.Indexed +depends = setoid + +modules = Data.Setoid.Either , Soat.Data.Product , Soat.Data.Sublist , Soat.FirstOrder.Algebra @@ -16,4 +15,3 @@ modules = Data.Morphism.Indexed , Soat.SecondOrder.Algebra.Lift , Soat.SecondOrder.Signature , Soat.SecondOrder.Signature.Lift - , Syntax.PreorderReasoning.Setoid |