Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. kfmap :: KFunctor f v as bs => Mappings v as bs -> (f :@@: as) -> f :@@: bs

    kind-apply Data.PolyKinded.Functor

    The generalized version of fmap, bimap, dimap, and so on.

  2. freenodeNickMapSerial :: (Show v, Read v) => Serial (Map Nick v)

    lambdabot-core Lambdabot.Compat.FreenodeNick

    No documentation available.

  3. ircServerMap :: IRCRWState -> Map String (DSum ModuleID ServerRef)

    lambdabot-core Lambdabot.Monad

    No documentation available.

  4. happyFmap1 :: (t -> b) -> P t -> P b

    language-c-quote Language.C.Parser.Parser

    No documentation available.

  5. keywordMap :: Map String (Token, Maybe ExtensionsInt)

    language-c-quote Language.C.Parser.Tokens

    No documentation available.

  6. commaPrec :: Int

    language-c-quote Language.C.Pretty

    No documentation available.

  7. commaPrec1 :: Int

    language-c-quote Language.C.Pretty

    No documentation available.

  8. amap :: Annotated ast => (l -> l) -> ast l -> ast l

    language-lua Language.Lua.Annotated.Syntax

    Change the annotation of an AST node. Note that only the annotation of the node itself is affected, and not the annotations of any child nodes. if all nodes in the AST tree are to be affected, use fmap.

  9. concatMap :: forall (m :: Type -> Type) a b . (Functor m, Monad m) => (a -> Stream m b) -> Stream m a -> Stream m b

    leveldb-haskell Data.Stream.Monadic

    No documentation available.

  10. foldMap :: (Monoid m, Functor n, Monad n) => (a -> m) -> Stream n a -> n m

    leveldb-haskell Data.Stream.Monadic

    No documentation available.

Page 1188 of many | Previous | Next