Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
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.
readFile :: (Encoding e, ?enc :: e) => FilePath -> IO Stringencoding System.IO.Encoding No documentation available.
readEventLogFromFile :: FilePath -> IO (Either String EventLog)ghc-events GHC.RTS.Events Read an entire event log file. It returns an error message if it encounters an error while decoding. Note that it doesn't fail if it consumes all input in the middle of decoding of an event.
readEventLog :: ByteString -> Either String (EventLog, Maybe String)ghc-events GHC.RTS.Events.Incremental Read an entire event log from a lazy bytestring. It returns an error message if it encounters an error while decoding. Note that it doesn't fail if it consumes all input in the middle of decoding of an event.