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.

  1. readProcFile :: FilePath -> ExceptT ProcError IO ByteString

    system-linux-proc System.Linux.Proc.IO

    No documentation available.

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

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

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

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

  6. readConfig :: Read r => String -> Either String r

    tce-conf TCE.Data.ReadConf

    Attempt to read a String into an instance of a data structure.

  7. readModifyTVar :: TVar a -> (a -> a) -> STM a

    tools-yj Control.Concurrent.STM.ToolsYj

    No documentation available.

  8. readComponentsP :: ReadP (LocalTime, Maybe TimeZone, TZIdentifier)

    tztime Data.Time.TZTime.Internal

    No documentation available.

  9. readP_to_Q :: String -> ReadP a -> Q a

    tztime Data.Time.TZTime.Internal

    No documentation available.

  10. readTZIdentP :: ReadP TZIdentifier

    tztime Data.Time.TZTime.Internal

    No documentation available.

Page 333 of many | Previous | Next