aboutsummaryrefslogtreecommitdiff
path: root/ops/Data/Array/Strided/Arith.hs
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2025-03-20 13:01:24 +0100
committerTom Smeding <tom@tomsmeding.com>2025-03-20 13:01:24 +0100
commit55036a5ea4a6e590d0404638b2823c6a4aec3fba (patch)
tree484bc377229d3edff36bd9a2a80f999bbcd2e889 /ops/Data/Array/Strided/Arith.hs
parent5414434df62b2b196354b9748b265093c168601b (diff)
Separate arith routines into a library
The point is that this separate library does not depend on orthotope.
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