Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. tidyOpenTyCoVars :: TidyEnv -> [TyCoVar] -> (TidyEnv, [TyCoVar])

    ghc GHC.Plugins

    No documentation available.

  2. tidyOpenType :: TidyEnv -> Type -> (TidyEnv, Type)

    ghc GHC.Plugins

    No documentation available.

  3. tidyOpenTypes :: TidyEnv -> [Type] -> (TidyEnv, [Type])

    ghc GHC.Plugins

    Grabs the free type variables, tidies them and then uses tidyType to work over the type itself

  4. tidyTopType :: Type -> Type

    ghc GHC.Plugins

    Calls tidyType on a top-level type (i.e. with an empty tidying environment)

  5. tidyTyCoVarOcc :: TidyEnv -> TyCoVar -> TyCoVar

    ghc GHC.Plugins

    No documentation available.

  6. tidyType :: TidyEnv -> Type -> Type

    ghc GHC.Plugins

    Tidy a Type See Note [Strictness in tidyType and friends]

  7. tidyTypes :: TidyEnv -> [Type] -> [Type]

    ghc GHC.Plugins

    Tidy a list of Types See Note [Strictness in tidyType and friends]

  8. tidyVarBndr :: TidyEnv -> TyCoVar -> (TidyEnv, TyCoVar)

    ghc GHC.Plugins

    No documentation available.

  9. tidyVarBndrs :: TidyEnv -> [TyCoVar] -> (TidyEnv, [TyCoVar])

    ghc GHC.Plugins

    This tidies up a type for printing in an error message, or in an interface file. It doesn't change the uniques at all, just the print names.

  10. transferPolyIdInfo :: Id -> [Var] -> Id -> Id

    ghc GHC.Plugins

    No documentation available.

Page 536 of many | Previous | Next