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.
tidyCo :: TidyEnv -> Coercion -> Coercionghc GHC.Plugins Tidy a Coercion See Note [Strictness in tidyType and friends]
tidyCoAxBndrsForUser :: TidyEnv -> [Var] -> (TidyEnv, [Var])ghc GHC.Plugins No documentation available.
tidyCos :: TidyEnv -> [Coercion] -> [Coercion]ghc GHC.Plugins No documentation available.
tidyForAllTyBinder :: TidyEnv -> VarBndr TyCoVar vis -> (TidyEnv, VarBndr TyCoVar vis)ghc GHC.Plugins No documentation available.
tidyForAllTyBinders :: TidyEnv -> [VarBndr TyCoVar vis] -> (TidyEnv, [VarBndr TyCoVar vis])ghc GHC.Plugins No documentation available.
tidyFreeTyCoVars :: TidyEnv -> [TyCoVar] -> TidyEnvghc GHC.Plugins Add the free TyVars to the env in tidy form, so that we can tidy the type they are free in
tidyNameOcc :: Name -> OccName -> Nameghc GHC.Plugins No documentation available.
tidyOccName :: TidyOccEnv -> OccName -> (TidyOccEnv, OccName)ghc GHC.Plugins No documentation available.
tidyOccName :: TidyOccEnv -> OccName -> (TidyOccEnv, OccName)ghc GHC.Plugins No documentation available.
tidyOpenTyCoVar :: TidyEnv -> TyCoVar -> (TidyEnv, TyCoVar)ghc GHC.Plugins Treat a new TyCoVar as a binder, and give it a fresh tidy name using the environment if one has not already been allocated. See also tidyVarBndr