Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
serializeQuery' :: URINormalizationOptions -> Query -> ByteStringuri-bytestring URI.ByteString No documentation available.
urlEncodeQuery :: ByteString -> Builderuri-bytestring URI.ByteString Encode a ByteString for use in the query section of a URL
-
vector-sized Data.Vector.Generic.Sized Evaluate each action and collect the results.
-
vector-sized Data.Vector.Generic.Sized Evaluate each action and discard the results.
sequence :: forall m (n :: Nat) a . Monad m => Vector n (m a) -> m (Vector n a)vector-sized Data.Vector.Sized Evaluate each action and collect the results.
sequence_ :: forall m (n :: Nat) a . Monad m => Vector n (m a) -> m ()vector-sized Data.Vector.Sized Evaluate each action and discard the results.
-
vector-sized Data.Vector.Storable.Sized Evaluate each action and collect the results.
sequence_ :: forall m a (n :: Nat) . (Monad m, Storable (m a)) => Vector n (m a) -> m ()vector-sized Data.Vector.Storable.Sized Evaluate each action and discard the results.
-
vector-sized Data.Vector.Unboxed.Sized Evaluate each action and collect the results.
sequence_ :: forall m a (n :: Nat) . (Monad m, Unbox (m a)) => Vector n (m a) -> m ()vector-sized Data.Vector.Unboxed.Sized Evaluate each action and discard the results.