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.
narrow32Word# :: Word# -> Word#ghc-internal GHC.Internal.Exts No documentation available.
-
ghc-internal GHC.Internal.Exts No documentation available.
narrow8Word# :: Word# -> Word#ghc-internal GHC.Internal.Exts No documentation available.
-
th-desugar Language.Haskell.TH.Desugar No documentation available.
newtype
CoStateArrow s (a :: Type -> Type -> Type) b carrows Control.Arrow.Transformer.CoState No documentation available.
CoStateArrow :: a (s -> b) (s -> c) -> CoStateArrow s (a :: Type -> Type -> Type) b carrows Control.Arrow.Transformer.CoState No documentation available.
newtype
ErrorArrow ex (a :: Type -> Type -> Type) b carrows 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.
ErrorArrow :: a b (Either ex c) -> ErrorArrow ex (a :: Type -> Type -> Type) b carrows Control.Arrow.Transformer.Error No documentation available.
newtype
ReaderArrow r (a :: Type -> Type -> Type) b carrows 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.
ReaderArrow :: a (b, r) c -> ReaderArrow r (a :: Type -> Type -> Type) b carrows Control.Arrow.Transformer.Reader No documentation available.