diff options
author | Greg Brown <greg.brown01@ed.ac.uk> | 2022-11-24 14:07:53 +0000 |
---|---|---|
committer | Greg Brown <greg.brown01@ed.ac.uk> | 2022-11-24 14:09:24 +0000 |
commit | 418730bde34c925ed93cc1a2ca81d09fcbd92821 (patch) | |
tree | 89849017fc58cc008623f8b7ac57e6cf1048d81c | |
parent | aa1505c65ef9435d6003da10cf1c5101a5ff70a9 (diff) |
Add modules to ipkg.
-rw-r--r-- | soat.ipkg | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ package soat authors = "Greg Brown" sourcedir = "src" + +modules = Soat.Data.Product + , Soat.Data.Sublist + , Soat.FirstOrder.Algebra + , Soat.FirstOrder.Signature + , Soat.FirstOrder.Term + , Soat.Relation + , Soat.SecondOrder.Algebra + , Soat.SecondOrder.Signature |