aboutsummaryrefslogtreecommitdiff
path: root/ops/Data/Array/Strided/Arith.hs
diff options
context:
space:
mode:
Diffstat (limited to 'ops/Data/Array/Strided/Arith.hs')
-rw-r--r--ops/Data/Array/Strided/Arith.hs7
1 files changed, 7 insertions, 0 deletions
diff --git a/ops/Data/Array/Strided/Arith.hs b/ops/Data/Array/Strided/Arith.hs
new file mode 100644
index 0000000..7be6390
--- /dev/null
+++ b/ops/Data/Array/Strided/Arith.hs
@@ -0,0 +1,7 @@
+module Data.Array.Strided.Arith (
+ NumElt(..),
+ IntElt(..),
+ FloatElt(..),
+) where
+
+import Data.Array.Strided.Arith.Internal