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. readIntegral :: Num a => String -> Maybe a

    classy-prelude-yesod ClassyPrelude.Yesod

    No documentation available.

  2. readMVar :: MonadIO m => MVar a -> m a

    classy-prelude-yesod ClassyPrelude.Yesod

    Lifted readMVar.

  3. readMay :: (Element c ~ Char, MonoFoldable c, Read a) => c -> Maybe a

    classy-prelude-yesod ClassyPrelude.Yesod

    No documentation available.

  4. readMutVar :: PrimMonad m => MutVar (PrimState m) a -> m a

    classy-prelude-yesod ClassyPrelude.Yesod

    Read the value of a MutVar.

  5. 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

  6. readTBChan :: TBChan a -> STM a

    classy-prelude-yesod ClassyPrelude.Yesod

    Read the next value from the TBChan, retrying if the channel is empty.

  7. 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.

  8. 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.

  9. readTBQueue :: TBQueue a -> STM a

    classy-prelude-yesod ClassyPrelude.Yesod

    Read the next value from the TBQueue.

  10. readTChan :: TChan a -> STM a

    classy-prelude-yesod ClassyPrelude.Yesod

    Read the next value from the TChan.

Page 338 of many | Previous | Next