Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. setUnfoldingInfo :: IdInfo -> Unfolding -> IdInfo

    ghc GHC.Types.Id.Info

    No documentation available.

  2. setNameLoc :: Name -> SrcSpan -> Name

    ghc GHC.Types.Name

    No documentation available.

  3. setNameUnique :: Name -> Unique -> Name

    ghc GHC.Types.Name

    No documentation available.

  4. setOccNameSpace :: NameSpace -> OccName -> OccName

    ghc GHC.Types.Name.Occurrence

    No documentation available.

  5. setSafeMode :: SafeHaskellMode -> IfaceTrustInfo

    ghc GHC.Types.SafeHaskell

    No documentation available.

  6. setIdDetails :: Id -> IdDetails -> Id

    ghc GHC.Types.Var

    No documentation available.

  7. setIdExported :: Id -> Id

    ghc GHC.Types.Var

    Exports the given local Id. Can also be called on global Ids, such as data constructors and class operations, which are born as global Ids and automatically exported

  8. setIdMult :: Id -> Mult -> Id

    ghc GHC.Types.Var

    No documentation available.

  9. setIdNotExported :: Id -> Id

    ghc GHC.Types.Var

    We can only do this to LocalIds

  10. setTcTyVarDetails :: TyVar -> TcTyVarDetails -> TyVar

    ghc GHC.Types.Var

    No documentation available.

Page 184 of many | Previous | Next