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.
(
>>>^ ) :: forall (m :: Type -> Type) cl a b c . Monad m => SN m cl a b -> (b -> c) -> SN m cl a crhine FRP.Rhine.SN.Combinators Postcompose a signal network with a pure function.
-
freer-par-monad Control.Monad.Freer.Par No documentation available.
-
dunai Data.MonadicStreamFunction.Core Lift the second MSF into the monad of the first.
(
>>>*< ) :: Monoidal f => f (a, b, c) -> f d -> f (a, b, c, d)invertible Control.Invertible.Monoidal No documentation available.
(
>>>>*< ) :: Monoidal f => f (a, b, c, d) -> f e -> f (a, b, c, d, e)invertible Control.Invertible.Monoidal No documentation available.
-
bv Data.BitVector Rotate right.
(
.>>>. ) :: JStgExpr -> JStgExpr -> JStgExprghc GHC.JS.Make JS infix bit shift operators
(
->>>: ) :: (a -> b -> c -> d) -> d -> a -> b -> c -> dleancheck 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.
(
->>>:> ) :: (a -> b -> c -> d -> e) -> d -> a -> b -> c -> d -> eleancheck Test.LeanCheck.Utils.TypeBinding Forces the 4th argument type.
(
->>>>: ) :: (a -> b -> c -> d -> e) -> e -> a -> b -> c -> d -> eleancheck Test.LeanCheck.Utils.TypeBinding Forces the result type of a 4-argument function.