Hoogle Search

Within LTS Haskell 24.20 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. printStatus :: MonitoredProcess -> IO Text

    keter Keter.Conduit.Process.Unix

    No documentation available.

  2. printElf :: MonadThrow m => Elf -> m (Doc ())

    melf Data.Elf.PrettyPrint

    Same as printElf_ False

  3. printElf_ :: MonadThrow m => Bool -> Elf -> m (Doc ())

    melf Data.Elf.PrettyPrint

    Print ELF. If first argument is False, don't dump all the data, print just the first two and the last lines.

  4. printHeader :: forall (a :: ElfClass) . SingElfClassI a => HeaderXX a -> Doc ()

    melf Data.Elf.PrettyPrint

    Print ELF header. It's used in golden tests

  5. printHeaders :: forall (a :: ElfClass) . SingElfClassI a => HeaderXX a -> [SectionXX a] -> [SegmentXX a] -> Doc ()

    melf Data.Elf.PrettyPrint

    Print parsed header, section table and segment table. It's used in golden tests

  6. printLayout :: MonadCatch m => Headers -> ByteString -> m (Doc ())

    melf Data.Elf.PrettyPrint

    Print ELF layout. First parse ELF with parseHeaders, then use this function to format the layout.

  7. printStringTable :: MonadThrow m => ByteString -> m (Doc ())

    melf Data.Elf.PrettyPrint

    Print string table. It's used in golden tests

  8. printProcs :: Choices -> IO ()

    mem-info System.MemInfo

    Print a report to stdout displaying the memory usage of the programs specified by Choices

  9. printUsage :: AsCmdName a => (a, MemUsage) -> IO ()

    mem-info System.MemInfo

    Like printUsage', but alway shows the swap size

  10. printUsage' :: AsCmdName a => (a, MemUsage) -> Bool -> IO ()

    mem-info System.MemInfo

    Print the program name and memory usage, optionally hiding the swap size

Page 93 of many | Previous | Next