Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
toVectorSized :: Vector v a => Int -> InputStream a -> IO (v a)io-streams System.IO.Streams.Vector Like toVector, but allows control over how large the vector buffer is to start with.
writeVector :: Vector v a => v a -> OutputStream a -> IO ()io-streams System.IO.Streams.Vector Feeds a vector to an OutputStream. Does not write an end-of-stream to the stream.
ghci> let v = V.fromList [1..4] :: V.Vector Int ghci> os <- Streams.unlines Streams.stdout >>= Streams.contramap (S.pack . show) :: IO (OutputStream Int) ghci> Streams.writeVector v os 1 2 3 4
-
postgresql-simple Database.PostgreSQL.Simple.TypeInfo.Static No documentation available.
-
postgresql-simple Database.PostgreSQL.Simple.TypeInfo.Static No documentation available.
-
postgresql-simple Database.PostgreSQL.Simple.TypeInfo.Static No documentation available.
-
postgresql-simple Database.PostgreSQL.Simple.TypeInfo.Static No documentation available.
-
postgresql-simple Database.PostgreSQL.Simple.TypeInfo.Static No documentation available.
-
postgresql-simple Database.PostgreSQL.Simple.TypeInfo.Static No documentation available.
-
postgresql-simple Database.PostgreSQL.Simple.TypeInfo.Static No documentation available.
-
postgresql-simple Database.PostgreSQL.Simple.TypeInfo.Static No documentation available.