Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. serverSyncProcessorRead :: ServerSyncProcessor ci si a (m :: Type -> Type) -> !m (Map si a)

    mergeless Data.Mergeless.Collection

    No documentation available.

  2. ThreadKilled :: AsyncException

    monad-peel Control.Exception.Peel

    This exception is raised by another thread calling killThread, or by the system if it needs to terminate the thread for some reason.

  3. connectionThread :: (MonadUnliftIO m, Eq ch, Hashable ch) => App (Event ch con) m -> ApiContext SUB (Event ch con) m -> m ()

    morpheus-graphql-subscriptions Data.Morpheus.Subscriptions.Internal

    No documentation available.

  4. data CanReadWrite a

    multistate Control.Monad.Trans.MultiGST

    No documentation available.

  5. type ContainsReader = HListMContains 'GettableFlag

    multistate Control.Monad.Trans.MultiGST

    No documentation available.

  6. class Monad m => MonadMultiReader a (m :: Type -> Type)

    multistate Control.Monad.Trans.MultiGST

    All methods must be defined. The idea is: Any monad stack is instance of MonadMultiReader a, iff the stack contains a MultiReaderT x with a element of x.

  7. withReader :: forall (m :: Type -> Type) t (tr :: [CanReadWrite Type]) a . Monad m => t -> MultiGSTT ('Gettable t ': tr) m a -> MultiGSTT tr m a

    multistate Control.Monad.Trans.MultiGST

    No documentation available.

  8. withReader_ :: forall (m :: Type -> Type) t (tr :: [CanReadWrite Type]) a . Monad m => t -> MultiGSTT ('Gettable t ': tr) m a -> MultiGSTT tr m ()

    multistate Control.Monad.Trans.MultiGST

    No documentation available.

  9. withReaders :: forall (m :: Type -> Type) (rs :: [Type]) (ts :: [CanReadWrite Type]) a . Monad m => HList rs -> MultiGSTT (AppendM (HListMReaders rs) ts) m a -> MultiGSTT ts m a

    multistate Control.Monad.Trans.MultiGST

    No documentation available.

  10. data CanReadWrite a

    multistate Control.Monad.Trans.MultiGST.Lazy

    No documentation available.

Page 713 of many | Previous | Next