diff options
| -rw-r--r-- | src/Data/Array/Nested/Internal/Shaped.hs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/Data/Array/Nested/Internal/Shaped.hs b/src/Data/Array/Nested/Internal/Shaped.hs index b7cb14d..a8f330f 100644 --- a/src/Data/Array/Nested/Internal/Shaped.hs +++ b/src/Data/Array/Nested/Internal/Shaped.hs @@ -68,7 +68,7 @@ deriving instance Ord (Mixed (MapJust sh) a) => Ord (Shaped sh a)  instance (Show a, Elt a) => Show (Shaped n a) where    showsPrec d arr@(Shaped marr) =      let sh = show (shsToList (sshape arr)) -    in showsMixedArray ("rfromListLinear " ++ sh) ("rreplicate " ++ sh) d marr +    in showsMixedArray ("sfromListLinear " ++ sh) ("sreplicate " ++ sh) d marr  instance Elt a => NFData (Shaped sh a) where    rnf (Shaped arr) = rnf arr | 
