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. readForOnePid :: ProcessID -> IO (Either NotRun (ProcName, MemUsage))

    mem-info System.MemInfo

    Like readForOnePid, but assumes the process file hierarchy root is the linux default

  2. readForOnePid' :: ProcRoot -> ProcessID -> IO (Either NotRun (ProcName, MemUsage))

    mem-info System.MemInfo

    Load the MemUsage of a program specified by its ProcessID

  3. readMemUsage :: ReportBud -> IO (Either LostPid (Map ProcName MemUsage))

    mem-info System.MemInfo

    Like readMemUsage' but uses the default ProcNamer and Indexer

  4. readMemUsage' :: Ord a => ProcNamer -> Indexer a -> ReportBud -> IO (Either LostPid (Map a MemUsage))

    mem-info System.MemInfo

    Loads the MemUsage specified by a ReportBud Fails if

    • the system does not have the expected process filesystem memory records
    • any of the processes specified by ReportBud are missing or inaccessible

  5. readKernelVersion :: FilePath -> IO (Maybe KernelVersion)

    mem-info System.MemInfo.SysInfo

    Determines the version of the Linux kernel on the current system.

  6. readonly_ :: Bool -> Attribute action

    miso Miso.Html

    https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XUL/Attribute/readonly

  7. readonly_ :: Bool -> Attribute action

    miso Miso.Html.Property

    https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XUL/Attribute/readonly

  8. readContent :: Unbox a => (Int -> Get (Vector a)) -> Int -> Int -> Get (Vector a)

    mnist-idx Data.IDX.Internal

    Helper function to read a (possibly big) vector of binary values as chunks. Strictly evaluates each chunk and then concatenates the chunks, does not leak space.

  9. readHeader :: FilePath -> IO (IDXMagic, Int32, Vector Int32)

    mnist-idx-conduit Data.IDX.Conduit

    Decode the header of an IDX data file and print out its contents

  10. readerParam :: forall (m :: Type -> Type) r . Monad m => Param (ReaderT r m) r

    monadology Control.Monad.Ology.Data.Param

    No documentation available.

Page 319 of many | Previous | Next