• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

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

  1. parsecMap :: forall a b s u (m :: Type -> Type) . (a -> b) -> ParsecT s u m a -> ParsecT s u m b

    parsec Text.Parsec

    No documentation available.

  2. parsecMap :: forall a b s u (m :: Type -> Type) . (a -> b) -> ParsecT s u m a -> ParsecT s u m b

    parsec Text.Parsec.Prim

    No documentation available.

  3. module System.Posix.Semaphore

    POSIX named semaphore support.

  4. data Semaphore

    unix System.Posix.Semaphore

    No documentation available.

  5. OutputMapCRtoLF :: TerminalMode

    unix System.Posix.Terminal

    OCRNL - (XSI) Map CR to NL on output

  6. OutputMapCRtoLF :: TerminalMode

    unix System.Posix.Terminal.ByteString

    OCRNL - (XSI) Map CR to NL on output

  7. OutputMapCRtoLF :: TerminalMode

    unix System.Posix.Terminal.PosixString

    OCRNL - (XSI) Map CR to NL on output

  8. bimapImproving :: (a -> c) -> (b -> d) -> (a :~> b) -> c :~> d

    test-framework Test.Framework.Providers.API

    No documentation available.

  9. treeMapParser :: (forall x . () => ArgumentReachability -> Option x -> b) -> Parser a -> OptTree b

    optparse-applicative Options.Applicative.Common

    Like mapParser, but collect the results in a tree structure.

  10. concatMapAccumC :: forall (m :: Type -> Type) a accum b . Monad m => (a -> accum -> (accum, [b])) -> accum -> ConduitT a b m ()

    conduit Conduit

    concatMap with an accumulator.

Page 424 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete