Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. (>>>^) :: forall (m :: Type -> Type) cl a b c . Monad m => SN m cl a b -> (b -> c) -> SN m cl a c

    rhine FRP.Rhine.SN.Combinators

    Postcompose a signal network with a pure function.

  2. (>>>=) :: forall (sq :: (Type -> Type -> Type) -> Type -> Type -> Type) (f :: (Type -> Type) -> Type -> Type -> Type) t a s b . (Sequence sq, Funable f) => t a -> (a -> Freer s sq f t b) -> Freer s sq f t b

    freer-par-monad Control.Monad.Freer.Par

    No documentation available.

  3. (>>>^) :: forall (m1 :: Type -> Type) (m2 :: Type -> Type) a b c . MonadBase m1 m2 => MSF m2 a b -> MSF m1 b c -> MSF m2 a c

    dunai Data.MonadicStreamFunction.Core

    Lift the second MSF into the monad of the first.

  4. (>>>*<) :: Monoidal f => f (a, b, c) -> f d -> f (a, b, c, d)

    invertible Control.Invertible.Monoidal

    No documentation available.

  5. (>>>>*<) :: Monoidal f => f (a, b, c, d) -> f e -> f (a, b, c, d, e)

    invertible Control.Invertible.Monoidal

    No documentation available.

  6. (>>>.) :: BV -> BV -> BV

    bv Data.BitVector

    Rotate right.

  7. (.>>>.) :: JStgExpr -> JStgExpr -> JStgExpr

    ghc GHC.JS.Make

    JS infix bit shift operators

  8. (->>>:) :: (a -> b -> c -> d) -> d -> a -> b -> c -> d

    leancheck Test.LeanCheck.Utils.TypeBinding

    Type restricted version of const that forces the result of the result of the result of its first argument to have the same type as the second.

  9. (->>>:>) :: (a -> b -> c -> d -> e) -> d -> a -> b -> c -> d -> e

    leancheck Test.LeanCheck.Utils.TypeBinding

    Forces the 4th argument type.

  10. (->>>>:) :: (a -> b -> c -> d -> e) -> e -> a -> b -> c -> d -> e

    leancheck Test.LeanCheck.Utils.TypeBinding

    Forces the result type of a 4-argument function.

Page 2 of many | Previous | Next