Hoogle Search

Within LTS Haskell 24.10 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. allocatePriorCommentsP :: MonadP m => RealSrcSpan -> m EpAnnComments

    ghc GHC.Parser.Lexer

    Go through the comment_q in PState and remove all comments that come before or within the given span

  2. allowed_combination :: Ways -> Bool

    ghc GHC.Platform.Ways

    Check if a combination of ways is allowed

  3. allocDynClosure :: Maybe Id -> CmmInfoTable -> LambdaFormInfo -> CmmExpr -> CmmExpr -> [(NonVoid StgArg, VirtualHpOffset)] -> FCode CmmExpr

    ghc GHC.StgToCmm.Heap

    No documentation available.

  4. allocDynClosureCmm :: Maybe Id -> CmmInfoTable -> LambdaFormInfo -> CmmExpr -> CmmExpr -> [(CmmExpr, ByteOff)] -> FCode CmmExpr

    ghc GHC.StgToCmm.Heap

    No documentation available.

  5. allocHeapClosure :: SMRep -> CmmExpr -> CmmExpr -> [(CmmExpr, ByteOff)] -> FCode CmmExpr

    ghc GHC.StgToCmm.Heap

    Low-level heap object allocation.

  6. allocConStatic :: HasDebugCallStack => Ident -> CostCentreStack -> DataCon -> [StgArg] -> G ()

    ghc GHC.StgToJS.Arg

    Allocate Static Constructors

  7. allocUnboxedConStatic :: DataCon -> [StaticArg] -> StaticArg

    ghc GHC.StgToJS.Arg

    Allocate unboxed constructors

  8. allocateStaticList :: [StgArg] -> StgArg -> G StaticVal

    ghc GHC.StgToJS.Arg

    Allocate Static list

  9. allocClsA :: Int -> JStgExpr

    ghc GHC.StgToJS.Closure

    No documentation available.

  10. allocData :: Int -> JStgExpr

    ghc GHC.StgToJS.Closure

    No documentation available.

Page 85 of many | Previous | Next