Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
ghc-lib-parser GHC.StgToJS.Symbols No documentation available.
csTraceForeign :: StgToJSConfig -> !Boolghc-lib-parser GHC.StgToJS.Types No documentation available.
ggsForeignRefs :: GenGroupState -> [ForeignJSRef]ghc-lib-parser GHC.StgToJS.Types No documentation available.
luForeignRefs :: LinkableUnit -> [ForeignJSRef]ghc-lib-parser GHC.StgToJS.Types No documentation available.
BootForeignDecls :: !NonEmpty (LForeignDecl GhcRn) -> BadBootDeclsghc-lib-parser GHC.Tc.Errors.Types No documentation available.
DerivErrDunnoHowToDeriveForType :: Type -> DeriveInstanceErrReasonghc-lib-parser GHC.Tc.Errors.Types GHC simply doesn't how to how derive the input Class for the given Type.
EmptyCaseForall :: ForAllTyBinder -> BadEmptyCaseReasonghc-lib-parser GHC.Tc.Errors.Types No documentation available.
EmptyStmtsGroupInTransformListComp :: EmptyStatementGroupErrReasonghc-lib-parser GHC.Tc.Errors.Types Empty statement group in a transform list comprehension Example: [() | then ()]
-
ghc-lib-parser GHC.Tc.Errors.Types No documentation available.
IllegalStaticFormInSplice :: !HsExpr GhcPs -> THErrorghc-lib-parser GHC.Tc.Errors.Types IllegalStaticFormInSplice is an error when a user attempts to define a static pointer in a Template Haskell splice. Example(s): Test cases: th/TH_StaticPointers02