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.
-
ghc GHC.Types.Id.Make No documentation available.
tidyNameOcc :: Name -> OccName -> Nameghc GHC.Types.Name No documentation available.
type
TidyOccEnv = UniqFM FastString Intghc GHC.Types.Name.Occurrence No documentation available.
avoidClashesOccEnv :: TidyOccEnv -> [OccName] -> TidyOccEnvghc GHC.Types.Name.Occurrence No documentation available.
delTidyOccEnvList :: TidyOccEnv -> [FastString] -> TidyOccEnvghc GHC.Types.Name.Occurrence No documentation available.
-
ghc GHC.Types.Name.Occurrence No documentation available.
initTidyOccEnv :: [OccName] -> TidyOccEnvghc GHC.Types.Name.Occurrence No documentation available.
tidyOccName :: TidyOccEnv -> OccName -> (TidyOccEnv, OccName)ghc GHC.Types.Name.Occurrence No documentation available.
isZeroWidthSpan :: SrcSpan -> Boolghc GHC.Types.SrcLoc True if the span has a width of zero, as returned for "virtual" semicolons in the lexer. For "bad" SrcSpan, it returns False
-
ghc GHC.Types.Target No documentation available.