Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. performMajorGC :: IO ()

    base System.Mem

    Triggers an immediate major garbage collection.

  2. performMinorGC :: IO ()

    base System.Mem

    Triggers an immediate minor garbage collection.

  3. data FieldFormat

    base Text.Printf

    Description of field formatting for formatArg. See UNIX printf(3) for a description of how field formatting works.

  4. FieldFormat :: Maybe Int -> Maybe Int -> Maybe FormatAdjustment -> Maybe FormatSign -> Bool -> String -> Char -> FieldFormat

    base Text.Printf

    No documentation available.

  5. type FieldFormatter = FieldFormat -> ShowS

    base Text.Printf

    This is the type of a field formatter reified over its argument.

  6. errorBadFormat :: Char -> a

    base Text.Printf

    Calls perror to indicate an unknown format letter for a given type.

  7. errorShortFormat :: a

    base Text.Printf

    Calls perror to indicate that the format string ended early.

  8. parseFormat :: PrintfArg a => a -> ModifierParser

    base Text.Printf

    No documentation available.

  9. BlockedOnForeignCall :: BlockReason

    base GHC.Conc

    currently in a foreign call

  10. BlockedOnForeignCall :: BlockReason

    base GHC.Conc.Sync

    currently in a foreign call

Page 397 of many | Previous | Next