Hoogle Search
Within LTS Haskell 24.46 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setPriorComments :: EpAnnComments -> [LEpaComment] -> EpAnnCommentsghc-lib-parser GHC.Parser.Annotation No documentation available.
setLastToken :: PsSpan -> Int -> P ()ghc-lib-parser GHC.Parser.Lexer No documentation available.
setSrcLoc :: RealSrcLoc -> P ()ghc-lib-parser GHC.Parser.Lexer No documentation available.
setRdrNameSpace :: RdrName -> NameSpace -> RdrNameghc-lib-parser GHC.Parser.PostProcess This rather gruesome function is used mainly by the parser. Case #1. When parsing:
data T a = T | T1 Int
we parse the data constructors as types because of parser ambiguities, so then we need to change the type constr to a data constr The exact-name case can occur when parsing:data [] a = [] | a : [a]
For the exact-name case we return an original name. Case #2. When parsing:x = fn (forall a. a) -- RequiredTypeArguments
we use setRdrNameSpace to set the namespace of forall-bound variables.setTelescopeBndrsNameSpace :: NameSpace -> HsForAllTelescope GhcPs -> HsForAllTelescope GhcPsghc-lib-parser GHC.Parser.PostProcess No documentation available.
setBit :: (Num a, Bits a) => a -> Int -> aghc-lib-parser GHC.Prelude.Basic No documentation available.
setInteractivePrintName :: InteractiveContext -> Name -> InteractiveContextghc-lib-parser GHC.Runtime.Context No documentation available.
-
ghc-lib-parser GHC.StgToJS.Symbols No documentation available.
-
ghc-lib-parser GHC.StgToJS.Symbols No documentation available.
-
ghc-lib-parser GHC.StgToJS.Symbols No documentation available.