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.
readIntegral :: Num a => String -> Maybe aclassy-prelude-yesod ClassyPrelude.Yesod No documentation available.
readMVar :: MonadIO m => MVar a -> m aclassy-prelude-yesod ClassyPrelude.Yesod Lifted readMVar.
readMay :: (Element c ~ Char, MonoFoldable c, Read a) => c -> Maybe aclassy-prelude-yesod ClassyPrelude.Yesod No documentation available.
readMutVar :: PrimMonad m => MutVar (PrimState m) a -> m aclassy-prelude-yesod ClassyPrelude.Yesod Read the value of a MutVar.
readRef :: (MutableRef c, PrimMonad m, PrimState m ~ MCState c) => c -> m (RefElement c)classy-prelude-yesod ClassyPrelude.Yesod Read the current value in the mutable reference. Since 0.2.0
readTBChan :: TBChan a -> STM aclassy-prelude-yesod ClassyPrelude.Yesod Read the next value from the TBChan, retrying if the channel is empty.
readTBMChan :: TBMChan a -> STM (Maybe a)classy-prelude-yesod ClassyPrelude.Yesod Read the next value from the TBMChan, retrying if the channel is empty (and not closed). We return Nothing immediately if the channel is closed and empty.
readTBMQueue :: TBMQueue a -> STM (Maybe a)classy-prelude-yesod ClassyPrelude.Yesod Read the next value from the TBMQueue, retrying if the queue is empty (and not closed). We return Nothing immediately if the queue is closed and empty.
readTBQueue :: TBQueue a -> STM aclassy-prelude-yesod ClassyPrelude.Yesod Read the next value from the TBQueue.
-
classy-prelude-yesod ClassyPrelude.Yesod Read the next value from the TChan.