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.

  1. serializeQuery' :: URINormalizationOptions -> Query -> ByteString

    uri-bytestring URI.ByteString

    No documentation available.

  2. urlEncodeQuery :: ByteString -> Builder

    uri-bytestring URI.ByteString

    Encode a ByteString for use in the query section of a URL

  3. sequence :: forall m (v :: Type -> Type) a (n :: Nat) . (Monad m, Vector v a, Vector v (m a)) => Vector v n (m a) -> m (Vector v n a)

    vector-sized Data.Vector.Generic.Sized

    Evaluate each action and collect the results.

  4. sequence_ :: forall m (v :: Type -> Type) a (n :: Nat) . (Monad m, Vector v (m a)) => Vector v n (m a) -> m ()

    vector-sized Data.Vector.Generic.Sized

    Evaluate each action and discard the results.

  5. 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.

  6. 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.

  7. sequence :: forall m a (n :: Nat) . (Monad m, Storable a, Storable (m a)) => Vector n (m a) -> m (Vector n a)

    vector-sized Data.Vector.Storable.Sized

    Evaluate each action and collect the results.

  8. 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.

  9. sequence :: forall m a (n :: Nat) . (Monad m, Unbox a, Unbox (m a)) => Vector n (m a) -> m (Vector n a)

    vector-sized Data.Vector.Unboxed.Sized

    Evaluate each action and collect the results.

  10. 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.

Page 326 of many | Previous | Next