diff options
Diffstat (limited to 'src/Soat/Data/Product.idr')
-rw-r--r-- | src/Soat/Data/Product.idr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Soat/Data/Product.idr b/src/Soat/Data/Product.idr index 1582d02..f392a2d 100644 --- a/src/Soat/Data/Product.idr +++ b/src/Soat/Data/Product.idr @@ -1,8 +1,8 @@ module Soat.Data.Product -import Control.Relation import Data.List.Elem -import Soat.Relation +import Data.Morphism.Indexed +import Data.Setoid.Indexed %default total |