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.
readProcFile :: FilePath -> ExceptT ProcError IO ByteStringsystem-linux-proc System.Linux.Proc.IO No documentation available.
readProcMemInfo :: IO (Either ProcError MemInfo)system-linux-proc System.Linux.Proc.MemInfo Read the `procmeminfo` file (Linux only AFAIK) and return a MemInfo structure. Although this is in IO all exceptions and errors should be caught and returned as a ProcError.
readProcMemInfoKey :: ByteString -> IO (Either ProcError Word64)system-linux-proc System.Linux.Proc.MemInfo Read the value for the given key from `procmeminfo`. Although this is in IO all exceptions and errors should be caught and returned as a ProcError.
readProcMemUsage :: IO (Either ProcError Double)system-linux-proc System.Linux.Proc.MemInfo Read `procmeminfo` file and return a value calculated from: MemAvailable / MemTotal Although this is in IO all exceptions and errors should be caught and returned as a ProcError.
readProcTcpSockets :: ProcessId -> IO (Either ProcError [TcpSocket])system-linux-proc System.Linux.Proc.Tcp Read and parse the `procpidnettcp` file. Read and parse errors are caught and returned.
readConfig :: Read r => String -> Either String rtce-conf TCE.Data.ReadConf Attempt to read a String into an instance of a data structure.
readModifyTVar :: TVar a -> (a -> a) -> STM atools-yj Control.Concurrent.STM.ToolsYj No documentation available.
readComponentsP :: ReadP (LocalTime, Maybe TimeZone, TZIdentifier)tztime Data.Time.TZTime.Internal No documentation available.
readP_to_Q :: String -> ReadP a -> Q atztime Data.Time.TZTime.Internal No documentation available.
readTZIdentP :: ReadP TZIdentifiertztime Data.Time.TZTime.Internal No documentation available.