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.

  1. setRdrNameSpace :: RdrName -> NameSpace -> RdrName

    ghc 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.

  2. setCaseBndrEvald :: StrictnessMark -> Id -> Id

    ghc GHC.Plugins

    No documentation available.

  3. setCoHoleCoVar :: CoercionHole -> CoVar -> CoercionHole

    ghc GHC.Plugins

    No documentation available.

  4. setCoHoleType :: CoercionHole -> Type -> CoercionHole

    ghc GHC.Plugins

    Set the type of a CoercionHole

  5. setCoVarName :: CoVar -> Name -> CoVar

    ghc GHC.Plugins

    No documentation available.

  6. setCoVarUnique :: CoVar -> Unique -> CoVar

    ghc GHC.Plugins

    No documentation available.

  7. setIdArity :: Id -> Arity -> Id

    ghc GHC.Plugins

    No documentation available.

  8. setIdCafInfo :: Id -> CafInfo -> Id

    ghc GHC.Plugins

    No documentation available.

  9. setIdCallArity :: Id -> Arity -> Id

    ghc GHC.Plugins

    No documentation available.

  10. setIdCbvMarks :: Id -> [CbvMark] -> Id

    ghc GHC.Plugins

    If all marks are NotMarkedStrict we just set nothing.

Page 186 of many | Previous | Next