diff options
| author | Mikolaj Konarski <mikolaj.konarski@funktory.com> | 2026-02-09 17:11:51 +0100 |
|---|---|---|
| committer | Mikolaj Konarski <mikolaj.konarski@funktory.com> | 2026-02-18 14:23:02 +0100 |
| commit | 4cddecca879736adee6c1fe004d7711e92b789c4 (patch) | |
| tree | 5feb9860c45b52fef4f92acec6af8988e975dfbd /src/Data/Array/Nested/Shaped.hs | |
| parent | b03bc8cc8205369deddd6e4a9e2d62042c7af7ad (diff) | |
Odds and ends
Diffstat (limited to 'src/Data/Array/Nested/Shaped.hs')
| -rw-r--r-- | src/Data/Array/Nested/Shaped.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Data/Array/Nested/Shaped.hs b/src/Data/Array/Nested/Shaped.hs index b5937fc..08711b6 100644 --- a/src/Data/Array/Nested/Shaped.hs +++ b/src/Data/Array/Nested/Shaped.hs @@ -14,7 +14,7 @@ module Data.Array.Nested.Shaped ( liftShaped1, liftShaped2, ) where -import Prelude hiding (mappend, mconcat) +import Prelude hiding (mappend) import Data.Array.Internal.RankedG qualified as RG import Data.Array.Internal.RankedS qualified as RS |
