git.haskell.org
/
darcs-mirrors
/
vector.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81f7b21
)
Rename rule
author
Roman Leshchinskiy
<rl@cse.unsw.edu.au>
Sat, 12 Jul 2008 04:27:15 +0000
(
04:27
+0000)
committer
Roman Leshchinskiy
<rl@cse.unsw.edu.au>
Sat, 12 Jul 2008 04:27:15 +0000
(
04:27
+0000)
Data/Vector/IVector.hs
patch
|
blob
|
history
diff --git
a/Data/Vector/IVector.hs
b/Data/Vector/IVector.hs
index
4f3de24
..
0f01cbc
100644
(file)
--- a/
Data/Vector/IVector.hs
+++ b/
Data/Vector/IVector.hs
@@
-124,7
+124,7
@@
unstream s = create (MVector.unstream s)
{-# RULES
-"stream/unstream [
Vector.
IVector]" forall s.
+"stream/unstream [IVector]" forall s.
stream (unstream s) = s
#-}