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

Hoogle Search

Within LTS Haskell 24.18 (ghc-9.10.3)

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

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

    profunctors Data.Profunctor

    No documentation available.

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

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

    profunctors Data.Profunctor

    No documentation available.

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

    profunctors Data.Profunctor.Types

    No documentation available.

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

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

    profunctors Data.Profunctor.Types

    No documentation available.

  7. AnnDarrow :: AnnKeywordId

    ghc GHC

    '=>'

  8. AnnDarrowU :: AnnKeywordId

    ghc GHC

    '=>', unicode variant

  9. AnnLarrow :: AnnKeywordId

    ghc GHC

    '<-'

  10. AnnLarrowU :: 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