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

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. _MulArrowT :: Prism' Type ()

    lens Language.Haskell.TH.Lens

    No documentation available.

  2. FailureArrows :: Markup

    hedgehog Hedgehog.Internal.Report

    No documentation available.

  3. WrapArrow :: p a b -> WrappedArrow (p :: k -> k1 -> Type) (a :: k) (b :: k1)

    profunctors Data.Profunctor

    No documentation available.

  4. newtype WrappedArrow (p :: k -> k1 -> Type) (a :: k) (b :: k1)

    profunctors Data.Profunctor

    Wrap an arrow for use as a Profunctor. WrappedArrow has a polymorphic kind since 5.6.

  5. unwrapArrow :: WrappedArrow (p :: k -> k1 -> Type) (a :: k) (b :: k1) -> p a b

    profunctors Data.Profunctor

    No documentation available.

  6. WrapArrow :: p a b -> WrappedArrow (p :: k -> k1 -> Type) (a :: k) (b :: k1)

    profunctors Data.Profunctor.Types

    No documentation available.

  7. newtype WrappedArrow (p :: k -> k1 -> Type) (a :: k) (b :: k1)

    profunctors Data.Profunctor.Types

    Wrap an arrow for use as a Profunctor. WrappedArrow has a polymorphic kind since 5.6.

  8. unwrapArrow :: WrappedArrow (p :: k -> k1 -> Type) (a :: k) (b :: k1) -> p a b

    profunctors Data.Profunctor.Types

    No documentation available.

  9. AnnDarrow :: AnnKeywordId

    ghc GHC

    '=>'

  10. AnnDarrowU :: AnnKeywordId

    ghc GHC

    '=>', unicode variant

Page 40 of many | Previous | Next

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