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. narrow32Word# :: Word# -> Word#

    ghc-internal GHC.Internal.Exts

    No documentation available.

  2. narrow8Int# :: Int# -> Int#

    ghc-internal GHC.Internal.Exts

    No documentation available.

  3. narrow8Word# :: Word# -> Word#

    ghc-internal GHC.Internal.Exts

    No documentation available.

  4. DArrowT :: DType

    th-desugar Language.Haskell.TH.Desugar

    No documentation available.

  5. newtype CoStateArrow s (a :: Type -> Type -> Type) b c

    arrows Control.Arrow.Transformer.CoState

    No documentation available.

  6. CoStateArrow :: a (s -> b) (s -> c) -> CoStateArrow s (a :: Type -> Type -> Type) b c

    arrows Control.Arrow.Transformer.CoState

    No documentation available.

  7. newtype ErrorArrow ex (a :: Type -> Type -> Type) b c

    arrows Control.Arrow.Transformer.Error

    An arrow that augments an existing arrow with possible errors. The ArrowError class contains methods for raising and handling these errors.

  8. ErrorArrow :: a b (Either ex c) -> ErrorArrow ex (a :: Type -> Type -> Type) b c

    arrows Control.Arrow.Transformer.Error

    No documentation available.

  9. newtype ReaderArrow r (a :: Type -> Type -> Type) b c

    arrows Control.Arrow.Transformer.Reader

    An arrow type that augments an existing arrow with a read-only state (or environment). The ArrowReader class contains the operations on this state.

  10. ReaderArrow :: a (b, r) c -> ReaderArrow r (a :: Type -> Type -> Type) b c

    arrows Control.Arrow.Transformer.Reader

    No documentation available.

Page 61 of many | Previous | Next