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.

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

  2. readTQueue :: TQueue a -> STM a

    effectful Effectful.Concurrent.STM

    Read the next value from the TQueue.

  3. readTVar :: TVar a -> STM a

    effectful Effectful.Concurrent.STM

    Return the current value stored in a TVar.

  4. readable :: Permissions -> Bool

    effectful Effectful.FileSystem

    No documentation available.

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

    elynx-tree ELynx.Tree.Import.Newick

    See oneNewick; may fail with error.

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

    elynx-tree ELynx.Tree.Import.Newick

    See someNewick; may fail with error.

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

    encoding Data.Encoding.ISO2022

    No documentation available.

  8. readFile :: (Encoding e, ?enc :: e) => FilePath -> IO String

    encoding System.IO.Encoding

    No documentation available.

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

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

Page 236 of many | Previous | Next