diff options
author | Greg Brown <greg.brown01@ed.ac.uk> | 2022-12-06 13:41:09 +0000 |
---|---|---|
committer | Greg Brown <greg.brown01@ed.ac.uk> | 2022-12-06 13:41:09 +0000 |
commit | df7df335a91878448a9f231c0af36f57874ccd4e (patch) | |
tree | bbe0f8e1d86fd1ffe1eb19e1d9e89e63fc06c364 /src/Soat/SecondOrder/Algebra.idr | |
parent | 1e64c562ad58d0fb264a11f11bc32b9311e728c4 (diff) |
refactor: split product setoid into a new module.
Diffstat (limited to 'src/Soat/SecondOrder/Algebra.idr')
-rw-r--r-- | src/Soat/SecondOrder/Algebra.idr | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Soat/SecondOrder/Algebra.idr b/src/Soat/SecondOrder/Algebra.idr index 95e5868..e7927ae 100644 --- a/src/Soat/SecondOrder/Algebra.idr +++ b/src/Soat/SecondOrder/Algebra.idr @@ -4,6 +4,7 @@ import Data.List.Elem import Data.List.Sublist import Data.Product import Data.Setoid.Indexed +import Data.Setoid.Product import Soat.SecondOrder.Signature |