Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. setUnsafeGlobalDynFlags :: DynFlags -> IO ()

    ghc GHC.Driver.Session

    No documentation available.

  2. settings :: DynFlags -> Settings

    ghc GHC.Driver.Session

    "unbuild" a Settings from a DynFlags. This shouldn't be needed in the vast majority of code. But GHCi questionably uses this to produce a default DynFlags from which to compute a flags diff for printing.

  3. setTcMultAnn :: Mult -> HsMultAnn GhcRn -> HsMultAnn GhcTc

    ghc GHC.Hs.Binds

    No documentation available.

  4. setHsTyVarBndrFlag :: forall flag flag' (pass :: Pass) . flag -> HsTyVarBndr flag' (GhcPass pass) -> HsTyVarBndr flag (GhcPass pass)

    ghc GHC.Hs.Type

    Set the attached flag

  5. setNameModule :: Maybe Module -> Name -> TcRnIf m n Name

    ghc GHC.Iface.Env

    Set the Module of a Name.

  6. setCommentsEpAnn :: NoAnn ann => EpAnn ann -> EpAnnComments -> EpAnn ann

    ghc GHC.Parser.Annotation

    Replace any existing comments on a EpAnn, used for manipulating the AST prior to exact printing the changed one.

  7. setFollowingComments :: EpAnnComments -> [LEpaComment] -> EpAnnComments

    ghc GHC.Parser.Annotation

    No documentation available.

  8. setPriorComments :: EpAnnComments -> [LEpaComment] -> EpAnnComments

    ghc GHC.Parser.Annotation

    No documentation available.

  9. setLastToken :: PsSpan -> Int -> P ()

    ghc GHC.Parser.Lexer

    No documentation available.

  10. setSrcLoc :: RealSrcLoc -> P ()

    ghc GHC.Parser.Lexer

    No documentation available.

Page 185 of many | Previous | Next