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. setIdExported :: Id -> Id

    ghc-lib-parser 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

  2. setIdMult :: Id -> Mult -> Id

    ghc-lib-parser GHC.Types.Var

    No documentation available.

  3. setIdNotExported :: Id -> Id

    ghc-lib-parser GHC.Types.Var

    We can only do this to LocalIds

  4. setTcTyVarDetails :: TyVar -> TcTyVarDetails -> TyVar

    ghc-lib-parser GHC.Types.Var

    No documentation available.

  5. setTyVarKind :: TyVar -> Kind -> TyVar

    ghc-lib-parser GHC.Types.Var

    No documentation available.

  6. setTyVarName :: TyVar -> Name -> TyVar

    ghc-lib-parser GHC.Types.Var

    No documentation available.

  7. setTyVarUnique :: TyVar -> Unique -> TyVar

    ghc-lib-parser GHC.Types.Var

    No documentation available.

  8. setVarName :: Var -> Name -> Var

    ghc-lib-parser GHC.Types.Var

    No documentation available.

  9. setVarType :: Var -> Type -> Var

    ghc-lib-parser GHC.Types.Var

    No documentation available.

  10. setVarUnique :: Var -> Unique -> Var

    ghc-lib-parser GHC.Types.Var

    No documentation available.

Page 384 of many | Previous | Next