Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. mapM' :: (MapM' f ss, Applicative m) => (forall (s :: k) . () => t s -> m (t' (f s))) -> PL t ss -> m (PL t' (Ss' f ss))

    hetero-parameter-list Data.HeteroParList

    No documentation available.

  2. mapAnnotation :: (a -> b) -> Node a tag text -> Node b tag text

    hexpat Text.XML.Expat.Annotated

    Modify this node's annotation and all its children recursively if it's an element, otherwise no-op.

  3. mapAnnotation :: (a -> b) -> Node a tag text -> Node b tag text

    hexpat Text.XML.Expat.Extended

    Modify this node's annotation and all its children recursively if it's an element, otherwise no-op.

  4. mapDocumentAnnotation :: (a -> b) -> Document a tag text -> Document b tag text

    hexpat Text.XML.Expat.Extended

    Modify the annotation of every node in the document recursively.

  5. mapAllTags :: NodeClass n c => (tag -> tag') -> n c tag text -> n c tag' text

    hexpat Text.XML.Expat.Internal.NodeClass

    Map all tags (both tag names and attribute names) recursively.

  6. mapNodeContainer :: (NodeClass n c, List c') => (forall a . () => c a -> ItemM c (c' a)) -> n c tag text -> ItemM c (n c' tag text)

    hexpat Text.XML.Expat.Internal.NodeClass

    Change a node recursively from one container type to another, with a specified function to convert the container type.

  7. mapNodeListContainer :: (NodeClass n c, List c') => (forall a . () => c a -> ItemM c (c' a)) -> c (n c tag text) -> ItemM c (c' (n c' tag text))

    hexpat Text.XML.Expat.Internal.NodeClass

    Change a list of nodes recursively from one container type to another, with a specified function to convert the container type.

  8. mapDBT :: (DBState n -> DBState m) -> (m (a, DBState m) -> n (b, DBState n)) -> DBT m a -> DBT n b

    hpqtypes Database.PostgreSQL.PQTypes

    Transform the underlying monad.

  9. mapDB_ :: (HasCallStack, MonadDB m, FromRow row) => (row -> m r) -> m ()

    hpqtypes Database.PostgreSQL.PQTypes.Fold

    Fetcher of rows returned by a query as a monadic map.

  10. mapDBT :: (DBState n -> DBState m) -> (m (a, DBState m) -> n (b, DBState n)) -> DBT m a -> DBT n b

    hpqtypes Database.PostgreSQL.PQTypes.Internal.Monad

    Transform the underlying monad.

Page 221 of many | Previous | Next