diff options
author | Alberto Ruiz <aruiz@um.es> | 2015-06-06 13:10:09 +0200 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2015-06-06 13:10:09 +0200 |
commit | de69c1cd115cf2702f4ef6c6932d25ae52375e83 (patch) | |
tree | 03b0b87816a380bf5628ad791b2f034529eaf4e4 /packages/base/src/Internal/Modular.hs | |
parent | 3e4cdbadb0277010b0e089615e3053f6705332cb (diff) |
remove Tools
Diffstat (limited to 'packages/base/src/Internal/Modular.hs')
-rw-r--r-- | packages/base/src/Internal/Modular.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/base/src/Internal/Modular.hs b/packages/base/src/Internal/Modular.hs index 1116b96..cf50a05 100644 --- a/packages/base/src/Internal/Modular.hs +++ b/packages/base/src/Internal/Modular.hs | |||
@@ -29,13 +29,11 @@ import Internal.Vector | |||
29 | import Internal.Matrix hiding (mat,size) | 29 | import Internal.Matrix hiding (mat,size) |
30 | import Internal.Numeric | 30 | import Internal.Numeric |
31 | import Internal.Element | 31 | import Internal.Element |
32 | import Internal.Tools | ||
33 | import Internal.Container | 32 | import Internal.Container |
34 | import Internal.Util(Indexable(..),gaussElim) | 33 | import Internal.Util(Indexable(..),gaussElim) |
35 | import GHC.TypeLits | 34 | import GHC.TypeLits |
36 | import Data.Proxy(Proxy) | 35 | import Data.Proxy(Proxy) |
37 | import Foreign.ForeignPtr(castForeignPtr) | 36 | import Foreign.ForeignPtr(castForeignPtr) |
38 | import Data.Vector.Storable(fromList,unsafeToForeignPtr, unsafeFromForeignPtr) | ||
39 | import Foreign.Storable | 37 | import Foreign.Storable |
40 | import Data.Ratio | 38 | import Data.Ratio |
41 | 39 | ||