• 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. HsUnrestrictedArrow :: !XUnrestrictedArrow mult pass -> HsArrowOf mult pass

    ghc-lib-parser Language.Haskell.Syntax.Type

    a -> b or a → b

  2. XArrow :: !XXArrow mult pass -> HsArrowOf mult pass

    ghc-lib-parser Language.Haskell.Syntax.Type

    No documentation available.

  3. type family XLinearArrow mult p

    ghc-lib-parser Language.Haskell.Syntax.Type

    No documentation available.

  4. type family XUnrestrictedArrow mult p

    ghc-lib-parser Language.Haskell.Syntax.Type

    No documentation available.

  5. type family XXArrow mult p

    ghc-lib-parser Language.Haskell.Syntax.Type

    No documentation available.

  6. newtype FunArrow i a b

    indexed-profunctors Data.Profunctor.Indexed

    Needed for setters.

  7. FunArrow :: (a -> b) -> FunArrow i a b

    indexed-profunctors Data.Profunctor.Indexed

    No documentation available.

  8. newtype IxFunArrow i a b

    indexed-profunctors Data.Profunctor.Indexed

    Needed for indexed setters.

  9. IxFunArrow :: (i -> a -> b) -> IxFunArrow i a b

    indexed-profunctors Data.Profunctor.Indexed

    No documentation available.

  10. reFunArrow :: FunArrow i a b -> FunArrow j a b

    indexed-profunctors Data.Profunctor.Indexed

    Repack FunArrow to change its index type.

Page 74 of many | Previous | Next

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