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

Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. foreDefault :: [ByteString] -> [ByteString]

    rainbow Rainbow.Translate

    No documentation available.

  2. foreGreen :: [ByteString] -> [ByteString]

    rainbow Rainbow.Translate

    No documentation available.

  3. foreMagenta :: [ByteString] -> [ByteString]

    rainbow Rainbow.Translate

    No documentation available.

  4. foreRed :: [ByteString] -> [ByteString]

    rainbow Rainbow.Translate

    No documentation available.

  5. foreWhite :: [ByteString] -> [ByteString]

    rainbow Rainbow.Translate

    No documentation available.

  6. foreYellow :: [ByteString] -> [ByteString]

    rainbow Rainbow.Translate

    No documentation available.

  7. fore :: forall a f . Functor f => (Color a -> f (Color a)) -> Style a -> f (Style a)

    rainbow Rainbow.Types

    No documentation available.

  8. format :: forall a f . Functor f => (Format -> f Format) -> Style a -> f (Style a)

    rainbow Rainbow.Types

    No documentation available.

  9. forP :: [a] -> (a -> Run b) -> Run [b]

    rattle Development.Rattle

    Parallel version of forM.

  10. forP_ :: [a] -> (a -> Run b) -> Run ()

    rattle Development.Rattle

    Parallel version of forM.

Page 183 of many | Previous | Next

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