Hoogle Search
Within LTS Haskell 24.25 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
(
:>>= ) :: f x -> (x -> g a) -> Comp (f :: Type -> Type) (g :: k -> Type) (a :: k)functor-combinators Control.Monad.Freer.Church No documentation available.
data ((f :: k -> Type)
:*: (g :: k -> Type)) (p :: k)functor-combinators Data.Functor.Combinator Products: encode multiple arguments to constructors
(
:*: ) :: f p -> g p -> (:*:) (f :: k -> Type) (g :: k -> Type) (p :: k)functor-combinators Data.Functor.Combinator No documentation available.
data ((f :: k -> Type)
:+: (g :: k -> Type)) (p :: k)functor-combinators Data.Functor.Combinator Sums: encode choice between constructors
(
:<$>: ) :: (b -> a) -> f b -> Post a (f :: Type -> Type) bfunctor-combinators Data.HFunctor.Route No documentation available.
(
:>$<: ) :: (a -> b) -> f b -> Pre a (f :: Type -> Type) bfunctor-combinators Data.HFunctor.Route No documentation available.
(
:> ) :: forall a (as1 :: [Type]) . a -> HList as1 -> HList (a ': as1)generic-lens-core Data.Generics.Product.Internal.HList No documentation available.
(
:/ ) :: forall t . AnyOrSoft t => !DerivPathI t -> !KeyIndex -> DerivPathI thaskoin-core Haskoin.Crypto.Keys.Extended No documentation available.
(
:| ) :: forall t . HardOrAny t => !DerivPathI t -> !KeyIndex -> DerivPathI thaskoin-core Haskoin.Crypto.Keys.Extended No documentation available.
type (e :: Effect)
:> (es :: [Effect]) = MemberBy LabelResolver Discriminator LabelResolver e e esheftia Control.Monad.Hefty No documentation available.