Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. allocatePriorComments :: RealSrcSpan -> [LEpaComment] -> Maybe [LEpaComment] -> (Maybe [LEpaComment], [LEpaComment], [LEpaComment])

    ghc GHC.Parser.Lexer

    No documentation available.

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

  3. allowed_combination :: Ways -> Bool

    ghc GHC.Platform.Ways

    Check if a combination of ways is allowed

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

    ghc GHC.StgToCmm.Heap

    No documentation available.

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

    ghc GHC.StgToCmm.Heap

    No documentation available.

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

    ghc GHC.StgToCmm.Heap

    Low-level heap object allocation.

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

    ghc GHC.StgToJS.Arg

    Allocate Static Constructors

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

    ghc GHC.StgToJS.Arg

    Allocate unboxed constructors

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

    ghc GHC.StgToJS.Arg

    Allocate Static list

  10. allocClsA :: Int -> JStgExpr

    ghc GHC.StgToJS.Closure

    No documentation available.

Page 84 of many | Previous | Next