• 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. newtype ArrowMonad (a :: Type -> Type -> Type) b

    essence-of-live-coding LiveCoding

    The ArrowApply class is equivalent to Monad: any monad gives rise to a Kleisli arrow, and any instance of ArrowApply defines a monad.

  2. ArrowMonad :: a () b -> ArrowMonad (a :: Type -> Type -> Type) b

    essence-of-live-coding LiveCoding

    No documentation available.

  3. class ArrowZero a => ArrowPlus (a :: Type -> Type -> Type)

    essence-of-live-coding LiveCoding

    A monoid on arrows.

  4. class Arrow a => ArrowZero (a :: Type -> Type -> Type)

    essence-of-live-coding LiveCoding

    No documentation available.

  5. Arrows :: Extension

    ghc-lib-parser GHC.Internal.LanguageExtensions

    No documentation available.

  6. ArrowT :: Type

    ghc-lib-parser GHC.Internal.TH.Syntax

    ->
    

  7. Arrows :: Extension

    ghc-lib-parser GHC.LanguageExtensions.Type

    No documentation available.

  8. ArrowsBit :: ExtBits

    ghc-lib-parser GHC.Parser.Lexer

    No documentation available.

  9. ArrowIsFunType :: forall lhs . ArrowParsingMode lhs lhs

    ghc-lib-parser GHC.Parser.PostProcess

    No documentation available.

  10. ArrowIsViewPat :: forall rhs . ArrowParsingMode (HsExpr GhcPs) rhs

    ghc-lib-parser GHC.Parser.PostProcess

    No documentation available.

Page 15 of many | Previous | Next

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