Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
ghc-lib-parser GHC.Prelude.Basic Convert from an Int.
execLineNumber :: ExecOptions -> Intghc-lib-parser GHC.Runtime.Eval.Types line number (for errors)
-
ghc-lib-parser GHC.Stg.Syntax When `-fdistinct-constructor-tables` is turned on then each usage of a constructor is given an unique number and an info table is generated for each different constructor.
-
ghc-lib-parser GHC.Stg.Syntax No documentation available.
-
ghc-lib-parser GHC.StgToJS.Symbols No documentation available.
-
ghc-lib-parser GHC.StgToJS.Types Convert ClosureType to an Int
threadStatusNum :: ThreadStatus -> Intghc-lib-parser GHC.StgToJS.Types Convert the status of a thread in JS land to an Int
-
ghc-lib-parser GHC.Tc.Errors.Types We couldn't derive an instance either because the type was not an enum type or because it did have more than one constructor.
DerivErrMustBeEnumType :: TyCon -> DeriveInstanceErrReasonghc-lib-parser GHC.Tc.Errors.Types The given TyCon must be an enumeration. See Note [Enumeration types] in GHC.Core.TyCon
TcRnMatchesHaveDiffNumArgs :: HsMatchContextRn -> MatchArgBadMatches -> TcRnMessageghc-lib-parser GHC.Tc.Errors.Types TcRnMatchesHaveDiffNumArgs is an error occurring when something has matches that have different numbers of arguments Example(s): foo x = True foo x y = False Test cases: renameshould_failrnfail045 typecheckshould_failT20768_fail