aboutsummaryrefslogtreecommitdiff
path: root/src/Data/Array/Nested.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Data/Array/Nested.hs')
-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 f32266c..ae163f9 100644
--- a/src/Data/Array/Nested.hs
+++ b/src/Data/Array/Nested.hs
@@ -76,7 +76,7 @@ module Data.Array.Nested (
mfromList1Prim, mfromList1PrimN, mfromList1PrimSN,
mfromListPrimLinear,
mtoList, mtoListOuter, mtoListLinear,
- msliceN, msliceSN, mrev1, mreshape, mflatten, miota,
+ msliceN, msliceSN, mslice, mrev1, mreshape, mflatten, miota,
mminIndexPrim, mmaxIndexPrim, mdot1Inner, mdot,
mnest, munNest, mzip, munzip,
-- ** Lifting orthotope operations to 'Mixed' arrays