summaryrefslogtreecommitdiff
path: root/src/Data/Setoid/Product.idr
diff options
context:
space:
mode:
Diffstat (limited to 'src/Data/Setoid/Product.idr')
-rw-r--r--src/Data/Setoid/Product.idr4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Data/Setoid/Product.idr b/src/Data/Setoid/Product.idr
index 90510e5..6693d40 100644
--- a/src/Data/Setoid/Product.idr
+++ b/src/Data/Setoid/Product.idr
@@ -68,8 +68,8 @@ pwEquivalence eq = MkIndexedEquivalence
}
public export
-pwSetoid : IndexedSetoid a -> IndexedSetoid (List a)
-pwSetoid x = MkIndexedSetoid ((^) x.U) (pwEquivalence x.equivalence)
+Product : IndexedSetoid a -> IndexedSetoid (List a)
+Product x = MkIndexedSetoid ((^) x.U) (pwEquivalence x.equivalence)
-- Introductors and Eliminators