aboutsummaryrefslogtreecommitdiff
path: root/src/Data/Array/Nested/Shaped/Base.hs
diff options
context:
space:
mode:
authorMikolaj Konarski <mikolaj.konarski@funktory.com>2026-04-11 22:45:13 +0200
committerMikolaj Konarski <mikolaj.konarski@funktory.com>2026-04-11 22:45:13 +0200
commitb11c22ff51e00478b2e381c677b9fb09477379dd (patch)
tree695f1685da320cca3fcdde1a45a9c9b9617d6277 /src/Data/Array/Nested/Shaped/Base.hs
parent1a0324d8c7ce40c0c0c4a09d1f143d36b21575ae (diff)
Fix some haddock errors
Diffstat (limited to 'src/Data/Array/Nested/Shaped/Base.hs')
-rw-r--r--src/Data/Array/Nested/Shaped/Base.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Data/Array/Nested/Shaped/Base.hs b/src/Data/Array/Nested/Shaped/Base.hs
index 4b119c4..a5e6247 100644
--- a/src/Data/Array/Nested/Shaped/Base.hs
+++ b/src/Data/Array/Nested/Shaped/Base.hs
@@ -45,7 +45,8 @@ import Data.Array.XArray (XArray)
-- these are "GHC.TypeLits" naturals, because we do not need induction over
-- them and we want very large arrays to be possible.
--
--- Like for 'Ranked', the valid elements are described by the 'Elt' type class,
+-- Like for 'Data.Array.Nested.Ranked.Base.Ranked',
+-- the valid elements are described by the 'Elt' type class,
-- and 'Shaped' itself is again an instance of 'Elt' as well.
--
-- 'Shaped' is a newtype around a 'Mixed' of 'Just's.