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.

  1. setPriorComments :: EpAnnComments -> [LEpaComment] -> EpAnnComments

    ghc-lib-parser GHC.Parser.Annotation

    No documentation available.

  2. setLastToken :: PsSpan -> Int -> P ()

    ghc-lib-parser GHC.Parser.Lexer

    No documentation available.

  3. setSrcLoc :: RealSrcLoc -> P ()

    ghc-lib-parser GHC.Parser.Lexer

    No documentation available.

  4. setRdrNameSpace :: RdrName -> NameSpace -> RdrName

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

  5. setTelescopeBndrsNameSpace :: NameSpace -> HsForAllTelescope GhcPs -> HsForAllTelescope GhcPs

    ghc-lib-parser GHC.Parser.PostProcess

    No documentation available.

  6. setBit :: (Num a, Bits a) => a -> Int -> a

    ghc-lib-parser GHC.Prelude.Basic

    No documentation available.

  7. setInteractivePrintName :: InteractiveContext -> Name -> InteractiveContext

    ghc-lib-parser GHC.Runtime.Context

    No documentation available.

  8. setFloat32 :: FastString

    ghc-lib-parser GHC.StgToJS.Symbols

    No documentation available.

  9. setFloat64 :: FastString

    ghc-lib-parser GHC.StgToJS.Symbols

    No documentation available.

  10. setInt16 :: FastString

    ghc-lib-parser GHC.StgToJS.Symbols

    No documentation available.

Page 376 of many | Previous | Next