diff options
author | Tom Smeding <tom@tomsmeding.com> | 2024-04-14 12:27:09 +0200 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2024-04-14 12:27:09 +0200 |
commit | cde40eeb9560919fa464f14c76edc1aae1dac43b (patch) | |
tree | 89268a14261b301cbdde56e75e7a0b20c60b6939 /src/Data/Array/Nested.hs | |
parent | 018ebecade82009a3410f19982dd435b6e0715d8 (diff) |
Fix constraints in Data.Array.Mixed
These were still Unbox from before the transition to orthotope's
Storable API
Diffstat (limited to 'src/Data/Array/Nested.hs')
-rw-r--r-- | src/Data/Array/Nested.hs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Data/Array/Nested.hs b/src/Data/Array/Nested.hs index 0de3884..9feda61 100644 --- a/src/Data/Array/Nested.hs +++ b/src/Data/Array/Nested.hs @@ -32,11 +32,8 @@ module Data.Array.Nested ( -- * Further utilities / re-exports type (++), - VU.Unbox, ) where -import qualified Data.Vector.Unboxed as VU - import Data.Array.Mixed import Data.Array.Nested.Internal import Data.INat |