Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. subsumeUnder :: forall (e1 :: Effect) (e0 :: Effect) (es :: [Effect]) a (ff :: (Type -> Type) -> Type -> Type) (c :: (Type -> Type) -> Constraint) . (In e1 es, KnownOrder e0, Free c ff) => Eff ff (e0 ': (e1 ': es)) a -> Eff ff (e0 ': es) a

    data-effects-core Control.Effect.Transform

    No documentation available.

  2. reassociateSumL :: forall (l1 :: (Type -> Type) -> Type -> Type) (l2 :: (Type -> Type) -> Type -> Type) (r :: (Type -> Type) -> Type -> Type) (m :: Type -> Type) a . (l1 :+: (l2 :+: r)) m a -> ((l1 :+: l2) :+: r) m a

    fused-effects Control.Effect.Sum

    Reassociate a right-nested sum leftwards.

  3. Consume :: (ByteString -> Decoder a) -> Decoder a

    ghc-events GHC.RTS.Events.Incremental

    The decoder has consumed all the available input and needs more to continue.

  4. resume :: Handle -> IO ()

    happstack-server Happstack.Server.Internal.TimeoutManager

    No documentation available.

  5. c_PQconsumeInput :: Ptr PGconn -> IO CInt

    hpqtypes Database.PostgreSQL.PQTypes.Internal.C.Interface

    Safe as it reads data from a socket.

  6. consumeLogRecord :: Logging m => LogRecord -> m ()

    logging-facade System.Logging.Facade.Class

    No documentation available.

  7. opSum :: Op

    mpi-hs Control.Distributed.MPI

    The (sum) reduction operation (MPI_SUM).

  8. class Profunctor p => GenericSumProfunctor (p :: Type -> Type -> Type)

    one-liner Generics.OneLiner

    No documentation available.

  9. consume :: forall c t f . (ADT t, Constraints t c, Decidable f) => (forall s . c s => f s) -> f t

    one-liner Generics.OneLiner

    Generate ways to consume values of type t. This is the contravariant version of createA. consume is generic specialized to Clown.

  10. consume1 :: forall c t f a . (ADT1 t, Constraints1 t c, Decidable f) => (forall b (s :: Type -> Type) . c s => f b -> f (s b)) -> f a -> f (t a)

    one-liner Generics.OneLiner

    consume1 is generic1 specialized to Clown.

Page 162 of many | Previous | Next