Implementations of various algorithms for vector (http://code.haskell.org/~dolio/)

#11-Wall warnings

src/Data/Vector/Algorithms/Heap.hs:118:5: warning: [-Wname-shadowing] This binding for ‘l’ shadows the existing binding bound at src/Data/Vector/Algorithms/Heap.hs:114:24

src/Data/Vector/Algorithms/Heap.hs:118:9: warning: [-Wname-shadowing] This binding for ‘u’ shadows the existing binding bound at src/Data/Vector/Algorithms/Heap.hs:114:26

src/Data/Vector/Algorithms/Heap.hs:268:22: warning: [-Wname-shadowing] This binding for ‘pi’ shadows the existing binding imported from ‘Prelude’ at src/Data/Vector/Algorithms/Heap.hs:41:1-36 (and originally defined in ‘GHC.Float’)

src/Data/Vector/Algorithms/Heap.hs:281:7: warning: [-Wname-shadowing] This binding for ‘val’ shadows the existing binding bound at src/Data/Vector/Algorithms/Heap.hs:279:20

src/Data/Vector/Algorithms/Heap.hs:281:16: warning: [-Wname-shadowing] This binding for ‘len’ shadows the existing binding bound at src/Data/Vector/Algorithms/Heap.hs:279:34