summaryrefslogtreecommitdiff
path: root/lib/Data/Packed/Internal/Vector.hs
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2014-04-24 14:12:26 +0200
committerAlberto Ruiz <aruiz@um.es>2014-04-24 14:12:26 +0200
commitc2b3835a9a43d822d6134ef51a9ec9627a9e95c3 (patch)
tree286ee4adf6c37b27edc68e2285ea005fec917dbd /lib/Data/Packed/Internal/Vector.hs
parente97817e947520c40c9520618c5d5d56747e4c0f1 (diff)
fix documentation
Diffstat (limited to 'lib/Data/Packed/Internal/Vector.hs')
-rw-r--r--lib/Data/Packed/Internal/Vector.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Data/Packed/Internal/Vector.hs b/lib/Data/Packed/Internal/Vector.hs
index e5c3196..f0bd9aa 100644
--- a/lib/Data/Packed/Internal/Vector.hs
+++ b/lib/Data/Packed/Internal/Vector.hs
@@ -123,8 +123,6 @@ toList v = safeRead v $ peekArray (dim v)
123{- | An alternative to 'fromList' with explicit dimension. The input 123{- | An alternative to 'fromList' with explicit dimension. The input
124 list is explicitly truncated if it is too long, so it may safely 124 list is explicitly truncated if it is too long, so it may safely
125 be used, for instance, with infinite lists. 125 be used, for instance, with infinite lists.
126
127 This is the format used in the instances for Show (Vector a).
128-} 126-}
129(|>) :: (Storable a) => Int -> [a] -> Vector a 127(|>) :: (Storable a) => Int -> [a] -> Vector a
130infixl 9 |> 128infixl 9 |>