diff options
| author | Tom Smeding <tom@tomsmeding.com> | 2024-04-14 16:06:47 +0200 | 
|---|---|---|
| committer | Tom Smeding <tom@tomsmeding.com> | 2024-04-14 16:06:47 +0200 | 
| commit | 4070876a20afbb0c6bc11fb0a12ee17f8febc047 (patch) | |
| tree | be97067830923656ef2b1df2dee213848b783879 /src/Data/Array/Nested | |
| parent | e001480cd6ac3a3b79c837c4a12645bf78200b98 (diff) | |
Exports, documentation
Diffstat (limited to 'src/Data/Array/Nested')
| -rw-r--r-- | src/Data/Array/Nested/Internal.hs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/Data/Array/Nested/Internal.hs b/src/Data/Array/Nested/Internal.hs index 1079e99..d9b2c86 100644 --- a/src/Data/Array/Nested/Internal.hs +++ b/src/Data/Array/Nested/Internal.hs @@ -93,7 +93,7 @@ newtype Primitive a = Primitive a  -- always in struct-of-arrays format.  --  -- Built on top of 'XArray' which is built on top of @orthotope@, meaning that --- dimension permutations (e.g. 'transpose') are typically free. +-- dimension permutations (e.g. 'mtranspose') are typically free.  --  -- Many of the methods for working on 'Mixed' arrays come from the 'Elt' type  -- class. | 
