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.
readTimer :: TVar Bool -> STM TimedOutdistributed-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.
readTBQueue :: TBQueue a -> STM aeffectful Effectful.Concurrent.STM Read the next value from the TBQueue.
-
effectful Effectful.Concurrent.STM Read the next value from the TChan.
-
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.
readTQueue :: TQueue a -> STM aeffectful Effectful.Concurrent.STM Read the next value from the TQueue.
-
effectful Effectful.Concurrent.STM Return the current value stored in a TVar.
readable :: Permissions -> Booleffectful Effectful.FileSystem No documentation available.
readOneNewick :: NewickFormat -> FilePath -> IO (Tree Phylo Name)elynx-tree ELynx.Tree.Import.Newick readSomeNewick :: NewickFormat -> FilePath -> IO [Tree Phylo Name]elynx-tree ELynx.Tree.Import.Newick See someNewick; may fail with error.
readEscape :: (ISO2022 e, ByteSource m) => e -> m (Maybe DynEncoding)encoding Data.Encoding.ISO2022 No documentation available.