Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. readTMChan :: TMChan a -> STM (Maybe a)

    classy-prelude-yesod ClassyPrelude.Yesod

    Read the next value from the TMChan, retrying if the channel is empty (and not closed). We return Nothing immediately if the channel is closed and empty.

  2. readTMQueue :: TMQueue a -> STM (Maybe a)

    classy-prelude-yesod ClassyPrelude.Yesod

    Read the next value from the TMQueue, retrying if the queue is empty (and not closed). We return Nothing immediately if the queue is closed and empty.

  3. readTMVar :: TMVar a -> STM a

    classy-prelude-yesod ClassyPrelude.Yesod

    This is a combination of takeTMVar and putTMVar; ie. it takes the value from the TMVar, puts it back, and also returns it.

  4. readTQueue :: TQueue a -> STM a

    classy-prelude-yesod ClassyPrelude.Yesod

    Read the next value from the TQueue.

  5. readTVar :: TVar a -> STM a

    classy-prelude-yesod ClassyPrelude.Yesod

    Return the current value stored in a TVar.

  6. readTVarIO :: MonadIO m => TVar a -> m a

    classy-prelude-yesod ClassyPrelude.Yesod

    Lifted version of readTVarIO

  7. readerC :: forall (m :: Type -> Type) r i o a . Monad m => (r -> ConduitT i o m a) -> ConduitT i o (ReaderT r m) a

    classy-prelude-yesod ClassyPrelude.Yesod

    Wrap the base monad in ReaderT Since 1.0.11

  8. readonly :: Refinement

    clay Clay

    No documentation available.

  9. readonly :: Refinement

    clay Clay.Attributes

    No documentation available.

  10. readOnly :: UserModify

    clay Clay.Dynamic

    Selection mode.

Page 339 of many | Previous | Next