Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. readTimer :: TVar Bool -> STM TimedOut

    distributed-process-client-server Control.Distributed.Process.ManagedProcess.Timer

    Reads a given TVar Bool for a timer, and returns STM TimedOut once the variable is set to true. Will retry in the meanwhile.

  2. readTBQueue :: TBQueue a -> STM a

    effectful Effectful.Concurrent.STM

    Read the next value from the TBQueue.

  3. readTChan :: TChan a -> STM a

    effectful Effectful.Concurrent.STM

    Read the next value from the TChan.

  4. readTMVar :: TMVar a -> STM a

    effectful Effectful.Concurrent.STM

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

  5. readTQueue :: TQueue a -> STM a

    effectful Effectful.Concurrent.STM

    Read the next value from the TQueue.

  6. readTVar :: TVar a -> STM a

    effectful Effectful.Concurrent.STM

    Return the current value stored in a TVar.

  7. readable :: Permissions -> Bool

    effectful Effectful.FileSystem

    No documentation available.

  8. readOneNewick :: NewickFormat -> FilePath -> IO (Tree Phylo Name)

    elynx-tree ELynx.Tree.Import.Newick

    See oneNewick; may fail with error.

  9. readSomeNewick :: NewickFormat -> FilePath -> IO [Tree Phylo Name]

    elynx-tree ELynx.Tree.Import.Newick

    See someNewick; may fail with error.

  10. readEscape :: (ISO2022 e, ByteSource m) => e -> m (Maybe DynEncoding)

    encoding Data.Encoding.ISO2022

    No documentation available.

Page 234 of many | Previous | Next