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

Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. setRecTcMaxBound :: Int -> RecTcChecker -> RecTcChecker

    ghc-lib-parser GHC.Core.TyCon.RecWalk

    Change the upper bound for the number of times a RecTcChecker is allowed to encounter each TyCon.

  2. setInScope :: Subst -> InScopeSet -> Subst

    ghc-lib-parser GHC.Core.Type

    No documentation available.

  3. setEnv :: env' -> IOEnv env' a -> IOEnv env a

    ghc-lib-parser GHC.Data.IOEnv

    Perform a computation with a different environment

  4. setDynamicNow :: DynFlags -> DynFlags

    ghc-lib-parser GHC.Driver.DynFlags

    No documentation available.

  5. setSession :: GhcMonad m => HscEnv -> m ()

    ghc-lib-parser GHC.Driver.Monad

    No documentation available.

  6. setDynOutputFile :: Maybe String -> DynFlags -> DynFlags

    ghc-lib-parser GHC.Driver.Session

    No documentation available.

  7. setDynOutputHi :: Maybe String -> DynFlags -> DynFlags

    ghc-lib-parser GHC.Driver.Session

    No documentation available.

  8. setDynamicNow :: DynFlags -> DynFlags

    ghc-lib-parser GHC.Driver.Session

    No documentation available.

  9. setFlagsFromEnvFile :: FilePath -> String -> DynP ()

    ghc-lib-parser GHC.Driver.Session

    No documentation available.

  10. setGeneralFlag' :: GeneralFlag -> DynFlags -> DynFlags

    ghc-lib-parser GHC.Driver.Session

    No documentation available.

Page 374 of many | Previous | Next

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