Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. ($=&) :: forall c1 c2 c3 i x (m :: Type -> Type) o r . CCatable c1 c2 c3 => c1 i x m () -> c2 x o m r -> c3 i o m r

    stm-conduit Data.Conduit.Async

    An alias for =$=& by analogy with =$= and $=.

  2. (=$&) :: forall c1 c2 c3 i x (m :: Type -> Type) o r . CCatable c1 c2 c3 => c1 i x m () -> c2 x o m r -> c3 i o m r

    stm-conduit Data.Conduit.Async

    An alias for =$=& by analogy with =$= and =$.

  3. (=$=&) :: forall c1 c2 c3 i x (m :: Type -> Type) o r . CCatable c1 c2 c3 => c1 i x m () -> c2 x o m r -> c3 i o m r

    stm-conduit Data.Conduit.Async

    An operator form of buffer'. In general you should be able to replace any use of =$= with =$=& and $$ either with $$& or =$= and runCConduit and suddenly reap the benefit of concurrency, if your conduits were spending time waiting on each other.

    >>> runCConduit $ CL.sourceList [1,2,3] =$=& CL.consume
    [1,2,3]
    

  4. ($&) :: Applicative f => f (a -> b) -> f a -> f b

    synthesizer-dimensional Synthesizer.Dimensional.Signal

    No documentation available.

  5. type (:&) = 'Union

    bluefin-internal Bluefin.Internal

    type (:&) :: Effects -> Effects -> Effects
    
    Union of effects

  6. (.&&.) :: VR -> VR -> VR

    cabal-install-solver Distribution.Solver.Modular.Version

    Intersect two version ranges.

  7. (.&&.) :: Applicative f => f Bool -> f Bool -> f Bool

    clash-prelude Clash.Explicit.Signal

    The above type is a generalization for:

    (.&&.) :: Signal Bool -> Signal Bool -> Signal Bool
    
    It is a version of (&&) that returns a Signal of Bool

  8. (.&&.) :: Applicative f => f Bool -> f Bool -> f Bool

    clash-prelude Clash.Prelude

    The above type is a generalization for:

    (.&&.) :: Signal Bool -> Signal Bool -> Signal Bool
    
    It is a version of (&&) that returns a Signal of Bool

  9. (.&&.) :: Applicative f => f Bool -> f Bool -> f Bool

    clash-prelude Clash.Signal

    The above type is a generalization for:

    (.&&.) :: Signal Bool -> Signal Bool -> Signal Bool
    
    It is a version of (&&) that returns a Signal of Bool

  10. (.&&.) :: Applicative f => f Bool -> f Bool -> f Bool

    clash-prelude Clash.Signal.Internal

    The above type is a generalization for:

    (.&&.) :: Signal Bool -> Signal Bool -> Signal Bool
    
    It is a version of (&&) that returns a Signal of Bool

Page 36 of many | Previous | Next