diff options
Diffstat (limited to 'src/Data/Array/Nested/Internal/Lemmas.hs')
-rw-r--r-- | src/Data/Array/Nested/Internal/Lemmas.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Data/Array/Nested/Internal/Lemmas.hs b/src/Data/Array/Nested/Internal/Lemmas.hs index b8baf96..f4bad70 100644 --- a/src/Data/Array/Nested/Internal/Lemmas.hs +++ b/src/Data/Array/Nested/Internal/Lemmas.hs @@ -11,8 +11,8 @@ import GHC.TypeLits import Data.Array.Mixed.Lemmas import Data.Array.Mixed.Permutation -import Data.Array.Nested.Mixed.Shape import Data.Array.Mixed.Types +import Data.Array.Nested.Mixed.Shape import Data.Array.Nested.Shaped.Shape |