aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2024-04-14 13:29:06 +0200
committerTom Smeding <tom@tomsmeding.com>2024-04-14 13:29:06 +0200
commitde25bf9ad34d823e9a6f5b0c6c82531586750e89 (patch)
tree69617e8842cf4397f474f0e903b5bd7b509ef8fc
parentcb76efab519341e73a282dd431f87358c508c6b6 (diff)
Add forgotten export in public interface
-rw-r--r--src/Data/Array/Nested.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Data/Array/Nested.hs b/src/Data/Array/Nested.hs
index 9feda61..0a9408b 100644
--- a/src/Data/Array/Nested.hs
+++ b/src/Data/Array/Nested.hs
@@ -21,7 +21,7 @@ module Data.Array.Nested (
Mixed,
IxX(..),
KnownShapeX(..), StaticShapeX(..),
- mgenerate,
+ mgenerate, mtranspose,
-- * Array elements
Elt(mshape, mindex, mindexPartial, mlift),