summaryrefslogtreecommitdiff
path: root/packages/base/src/Data/Packed/ST.hs
diff options
context:
space:
mode:
Diffstat (limited to 'packages/base/src/Data/Packed/ST.hs')
-rw-r--r--packages/base/src/Data/Packed/ST.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/base/src/Data/Packed/ST.hs b/packages/base/src/Data/Packed/ST.hs
index dae457c..5c45c7b 100644
--- a/packages/base/src/Data/Packed/ST.hs
+++ b/packages/base/src/Data/Packed/ST.hs
@@ -9,12 +9,12 @@
9-- License : BSD3 9-- License : BSD3
10-- Maintainer : Alberto Ruiz 10-- Maintainer : Alberto Ruiz
11-- Stability : provisional 11-- Stability : provisional
12-- Portability : portable
13-- 12--
14-- In-place manipulation inside the ST monad. 13-- In-place manipulation inside the ST monad.
15-- See examples/inplace.hs in the distribution. 14-- See examples/inplace.hs in the distribution.
16-- 15--
17----------------------------------------------------------------------------- 16-----------------------------------------------------------------------------
17{-# OPTIONS_HADDOCK hide #-}
18 18
19module Data.Packed.ST ( 19module Data.Packed.ST (
20 -- * Mutable Vectors 20 -- * Mutable Vectors