Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

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

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

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

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

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

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

  7. mapped :: (Identical f, Functor h) => LensLike f (h a) (h b) a b

    lens-family-core Lens.Family.Stock

    mapped :: Functor h => Setter (h a) (h b) a b
    
    An SEC referencing the parameter of a functor.

  8. mapHandlers :: forall (m :: Type -> Type) (n :: Type -> Type) . (forall (a :: Method 'ClientToServer 'Request) . () => Handler m a -> Handler n a) -> (forall (a :: Method 'ClientToServer 'Notification) . () => Handler m a -> Handler n a) -> Handlers m -> Handlers n

    lsp Language.LSP.Server

    No documentation available.

  9. map16 :: Word8

    messagepack Data.MessagePack.Spec

    No documentation available.

  10. map32 :: Word8

    messagepack Data.MessagePack.Spec

    No documentation available.

Page 222 of many | Previous | Next