Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setRdrNameSpace :: RdrName -> NameSpace -> RdrNameghc GHC.Parser.PostProcess This rather gruesome function is used mainly by the parser. 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.setCaseBndrEvald :: StrictnessMark -> Id -> Idghc GHC.Plugins No documentation available.
setCoHoleCoVar :: CoercionHole -> CoVar -> CoercionHoleghc GHC.Plugins No documentation available.
setCoHoleType :: CoercionHole -> Type -> CoercionHoleghc GHC.Plugins Set the type of a CoercionHole
setCoVarName :: CoVar -> Name -> CoVarghc GHC.Plugins No documentation available.
setCoVarUnique :: CoVar -> Unique -> CoVarghc GHC.Plugins No documentation available.
setIdArity :: Id -> Arity -> Idghc GHC.Plugins No documentation available.
setIdCafInfo :: Id -> CafInfo -> Idghc GHC.Plugins No documentation available.
setIdCallArity :: Id -> Arity -> Idghc GHC.Plugins No documentation available.
setIdCbvMarks :: Id -> [CbvMark] -> Idghc GHC.Plugins If all marks are NotMarkedStrict we just set nothing.