• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.24 (ghc-9.10.3)

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

  1. FloatSuffix :: (Float -> EwM m ()) -> OptKind (m :: Type -> Type)

    ghc GHC.Driver.CmdLine

    No documentation available.

  2. IntSuffix :: (Int -> EwM m ()) -> OptKind (m :: Type -> Type)

    ghc GHC.Driver.CmdLine

    No documentation available.

  3. OptIntSuffix :: (Maybe Int -> EwM m ()) -> OptKind (m :: Type -> Type)

    ghc GHC.Driver.CmdLine

    No documentation available.

  4. OptPrefix :: (String -> EwM m ()) -> OptKind (m :: Type -> Type)

    ghc GHC.Driver.CmdLine

    No documentation available.

  5. Prefix :: (String -> EwM m ()) -> OptKind (m :: Type -> Type)

    ghc GHC.Driver.CmdLine

    No documentation available.

  6. Word64Suffix :: (Word64 -> EwM m ()) -> OptKind (m :: Type -> Type)

    ghc GHC.Driver.CmdLine

    No documentation available.

  7. AixLD :: [Option] -> LinkerInfo

    ghc GHC.Driver.DynFlags

    No documentation available.

  8. Opt_SuppressModulePrefixes :: GeneralFlag

    ghc GHC.Driver.DynFlags

    No documentation available.

  9. depSuffixes :: DynFlags -> [String]

    ghc GHC.Driver.DynFlags

    No documentation available.

  10. dumpPrefix :: DynFlags -> FilePath

    ghc GHC.Driver.DynFlags

    This defaults to 'non-module'. It can be set by setDumpPrefix or 'ghc.GHCi.UI.runStmt' based on where its output is going.

Page 72 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete