aboutsummaryrefslogtreecommitdiff
path: root/src/Data/Array/Nested/Convert.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Data/Array/Nested/Convert.hs')
-rw-r--r--src/Data/Array/Nested/Convert.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Data/Array/Nested/Convert.hs b/src/Data/Array/Nested/Convert.hs
index 313e9de..d6bdc6a 100644
--- a/src/Data/Array/Nested/Convert.hs
+++ b/src/Data/Array/Nested/Convert.hs
@@ -58,7 +58,7 @@ import Data.Array.Nested.Types
-- * To ranked
-- TODO: change all those unsafeCoerces into coerces by defining shaped
--- and ranekd index types as newtypes of the mixed index type
+-- and ranked index types as newtypes of the mixed index type
-- and similarly for the sized lists or, preferably, by defining
-- all as newtypes over [], exploiting fusion and getting free toList.
ixrFromIxS :: IxS sh i -> IxR (Rank sh) i