quiver icon indicating copy to clipboard operation
quiver copied to clipboard

Quiver stream processing library

Results 4 quiver issues
Sort by recently updated
recently updated
newest added

Hopefully this will allow for proper source building and linking from Haddock docs on Hackage.

Add type signatures to pattern synonyms Requires #8

When loaded in ghci with `-Wdeferred-type-errors`, I get these warnings: ``` [3 of 4] Compiling Control.Quiver ( /Users/ivan/Haskell/quiver/src/Control/Quiver.hs, interpreted ) /Users/ivan/Haskell/quiver/src/Control/Quiver.hs:262:20: warning: [-Wdeferred-type-errors] • Could not deduce (Functor f) arising...

For some reason, the hscolour-ified source code on Hackage is wrong; e.g. the source for the [SP](http://hackage.haskell.org/package/quiver-1.1.3/docs/src/Control-Quiver-SP.html#spfoldr) module still has the old version of `spfoldr` (even though the actual Haddock...