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/FirstOrder/Algebra/Coproduct.idr | |
parent | 1e64c562ad58d0fb264a11f11bc32b9311e728c4 (diff) |
refactor: split product setoid into a new module.
Diffstat (limited to 'src/Soat/FirstOrder/Algebra/Coproduct.idr')
-rw-r--r-- | src/Soat/FirstOrder/Algebra/Coproduct.idr | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Soat/FirstOrder/Algebra/Coproduct.idr b/src/Soat/FirstOrder/Algebra/Coproduct.idr index a8e4c0e..88db184 100644 --- a/src/Soat/FirstOrder/Algebra/Coproduct.idr +++ b/src/Soat/FirstOrder/Algebra/Coproduct.idr @@ -2,6 +2,7 @@ module Soat.FirstOrder.Algebra.Coproduct import Data.Setoid.Indexed import Data.Setoid.Either +import Data.Setoid.Product import Soat.FirstOrder.Algebra import Soat.FirstOrder.Signature |