diff options
| author | Mikolaj Konarski <mikolaj.konarski@funktory.com> | 2026-04-11 22:45:13 +0200 |
|---|---|---|
| committer | Mikolaj Konarski <mikolaj.konarski@funktory.com> | 2026-04-11 22:45:13 +0200 |
| commit | b11c22ff51e00478b2e381c677b9fb09477379dd (patch) | |
| tree | 695f1685da320cca3fcdde1a45a9c9b9617d6277 /src/Data/Array/Nested/Convert.hs | |
| parent | 1a0324d8c7ce40c0c0c4a09d1f143d36b21575ae (diff) | |
Fix some haddock errors
Diffstat (limited to 'src/Data/Array/Nested/Convert.hs')
| -rw-r--r-- | src/Data/Array/Nested/Convert.hs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Data/Array/Nested/Convert.hs b/src/Data/Array/Nested/Convert.hs index c6f23ae..7619bdb 100644 --- a/src/Data/Array/Nested/Convert.hs +++ b/src/Data/Array/Nested/Convert.hs @@ -177,8 +177,9 @@ shxFromShS = coerce -- -- The guiding principle behind 'Conversion' is that it should represent the -- array restructurings, or perhaps re-presentations, that do not change the --- underlying 'XArray's. This leads to the inclusion of some operations that do --- not look like simple conversions (casts) at first glance, like 'ConvZip'. +-- underlying 'Data.Array.XArray.XArray's. This leads to the inclusion +-- of some operations that do not look like simple conversions (casts) +-- at first glance, like 'ConvZip'. -- -- /Note/: Haddock gleefully renames type variables in constructors so that -- they match the data type head as much as possible. See the source for a more |
