Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
beam-core Database.Beam.Backend.SQL.BeamExtensions No documentation available.
quantifierListE :: IsSql92ExpressionSyntax expr => [expr] -> exprbeam-core Database.Beam.Backend.SQL.SQL92 No documentation available.
-
beam-core Database.Beam.Query Run a SqlSelect in a MonadBeam and get the results as a list
conduitPutList :: forall (m :: Type -> Type) . Monad m => ConduitT Put [ByteString] m ()binary-conduit Data.Conduit.Serialization.Binary Vectorized variant of conduitPut returning list contains all chunks from one element representation
fromList :: (Contiguous arr, Element arr a) => [a] -> arr acontiguous Data.Primitive.Contiguous Convert a list into an array.
-
contiguous Data.Primitive.Contiguous Convert a list into a mutable array of the given length.
-
contiguous Data.Primitive.Contiguous Given an Int that is representative of the length of the list, convert the list into a mutable array of the given length. Note: calls error if the given length is incorrect.
fromListN :: (Contiguous arr, Element arr a) => Int -> [a] -> arr acontiguous Data.Primitive.Contiguous Given an Int that is representative of the length of the list, convert the list into a mutable array of the given length. Note: calls error if the given length is incorrect.
toList :: (Contiguous arr, Element arr a) => arr a -> [a]contiguous Data.Primitive.Contiguous Convert an array to a list.
-
contiguous Data.Primitive.Contiguous Convert a mutable array to a list.