diff options
author | Tom Smeding <tom@tomsmeding.com> | 2024-11-12 11:56:06 +0100 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2024-11-12 11:56:06 +0100 |
commit | 2cf7a229a6cda8f2adc2a5b1ad71473e822949bc (patch) | |
tree | a4e93fb820efca6d7c16f40229b023199d5855a3 | |
parent | 0f0b526442cc97fa76772b88270eecf644d79326 (diff) |
Remove now-unused import :D
-rw-r--r-- | src/Data/Array/Nested/Internal/Mixed.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Data/Array/Nested/Internal/Mixed.hs b/src/Data/Array/Nested/Internal/Mixed.hs index 29d4ba0..023f6fa 100644 --- a/src/Data/Array/Nested/Internal/Mixed.hs +++ b/src/Data/Array/Nested/Internal/Mixed.hs @@ -40,7 +40,6 @@ import Foreign.Storable (Storable) import GHC.Float qualified (log1p, expm1, log1pexp, log1mexp) import GHC.Generics (Generic) import GHC.TypeLits -import Unsafe.Coerce (unsafeCoerce) import Data.Array.Mixed.XArray (XArray(..)) import Data.Array.Mixed.XArray qualified as X |