diff options
author | Mikolaj Konarski <mikolaj.konarski@funktory.com> | 2025-06-26 23:50:19 +0200 |
---|---|---|
committer | Mikolaj Konarski <mikolaj.konarski@funktory.com> | 2025-06-26 23:55:36 +0200 |
commit | 0ace0c79acbd98b7592d155c8b54e2959e3a706f (patch) | |
tree | 32320a80987bdbb67f4e546f76155f91fd94e7e3 /src/Data/Array/Nested/Mixed.hs | |
parent | 57b5c3c6d03dbee5a850d2fae4b76817339911a3 (diff) |
Diffstat (limited to 'src/Data/Array/Nested/Mixed.hs')
-rw-r--r-- | src/Data/Array/Nested/Mixed.hs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Data/Array/Nested/Mixed.hs b/src/Data/Array/Nested/Mixed.hs index 54f8fe6..652f1c6 100644 --- a/src/Data/Array/Nested/Mixed.hs +++ b/src/Data/Array/Nested/Mixed.hs @@ -380,9 +380,7 @@ class Elt a where -- of this class with those of 'Elt': some instances have an additional -- "known-shape" constraint. -- --- This class is (currently) only required for 'mgenerate', --- 'Data.Array.Nested.Ranked.rgenerate' and --- 'Data.Array.Nested.Shaped.sgenerate'. +-- This class is (currently) only required for `memptyArray` and 'mgenerate'. class Elt a => KnownElt a where -- | Create an empty array. The given shape must have size zero; this may or may not be checked. memptyArrayUnsafe :: IShX sh -> Mixed sh a |