diff options
author | Greg Brown <greg.brown01@ed.ac.uk> | 2022-11-29 14:24:17 +0000 |
---|---|---|
committer | Greg Brown <greg.brown01@ed.ac.uk> | 2022-11-29 14:24:17 +0000 |
commit | d35c9f4eea009a5d3edd57c9165e49b8a7a66334 (patch) | |
tree | cfbcaf147d3a4a63ce3826cea55013bea705ffc9 /soat.ipkg | |
parent | 0b90e50d813a97aa3763e4aa209eaa3561fd401c (diff) |
Extract setoids to a new module.
Diffstat (limited to 'soat.ipkg')
-rw-r--r-- | soat.ipkg | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,7 +2,8 @@ package soat authors = "Greg Brown" sourcedir = "src" -modules = Soat.Data.Product +modules = Data.Setoid + , Soat.Data.Product , Soat.Data.Sublist , Soat.FirstOrder.Algebra , Soat.FirstOrder.Signature |