summaryrefslogtreecommitdiff
path: root/packages/base/src/Internal/ST.hs
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2015-06-06 13:10:09 +0200
committerAlberto Ruiz <aruiz@um.es>2015-06-06 13:10:09 +0200
commitde69c1cd115cf2702f4ef6c6932d25ae52375e83 (patch)
tree03b0b87816a380bf5628ad791b2f034529eaf4e4 /packages/base/src/Internal/ST.hs
parent3e4cdbadb0277010b0e089615e3053f6705332cb (diff)
remove Tools
Diffstat (limited to 'packages/base/src/Internal/ST.hs')
-rw-r--r--packages/base/src/Internal/ST.hs3
1 files changed, 0 insertions, 3 deletions
diff --git a/packages/base/src/Internal/ST.hs b/packages/base/src/Internal/ST.hs
index 25e7969..ae75a1b 100644
--- a/packages/base/src/Internal/ST.hs
+++ b/packages/base/src/Internal/ST.hs
@@ -32,9 +32,6 @@ module Internal.ST (
32import Internal.Vector 32import Internal.Vector
33import Internal.Matrix 33import Internal.Matrix
34import Internal.Vectorized 34import Internal.Vectorized
35import Data.Vector.Storable(unsafeWith)
36
37
38import Control.Monad.ST(ST, runST) 35import Control.Monad.ST(ST, runST)
39import Foreign.Storable(Storable, peekElemOff, pokeElemOff) 36import Foreign.Storable(Storable, peekElemOff, pokeElemOff)
40 37