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.
-
ghc GHC.Parser.Errors.Types Numeric escape sequence out of range
PsErrNumUnderscores :: NumUnderscoreReason -> PsMessageghc GHC.Parser.Errors.Types Underscores in literals without the extension enabled
isNumLitTy :: Type -> Maybe Integerghc GHC.Plugins Is this a numeric literal. We also look through type synonyms.
-
ghc GHC.Plugins No documentation available.
mkTemplateLocalsNum :: Int -> [Type] -> [Id]ghc GHC.Plugins Create a template local for a series of type, but start from a specified template local
-
ghc GHC.Prelude.Basic No documentation available.
enumFrom :: Enum a => a -> [a]ghc GHC.Prelude.Basic No documentation available.
enumFromThen :: Enum a => a -> a -> [a]ghc GHC.Prelude.Basic No documentation available.
enumFromThenTo :: Enum a => a -> a -> a -> [a]ghc GHC.Prelude.Basic No documentation available.
enumFromTo :: Enum a => a -> a -> [a]ghc GHC.Prelude.Basic No documentation available.