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. allocConStatic :: HasDebugCallStack => Ident -> CostCentreStack -> DataCon -> [StgArg] -> G ()

    ghc-lib GHC.StgToJS.Arg

    Allocate Static Constructors

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

    ghc-lib GHC.StgToJS.Arg

    Allocate unboxed constructors

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

    ghc-lib GHC.StgToJS.Arg

    Allocate Static list

  4. allocClsA :: Int -> JStgExpr

    ghc-lib GHC.StgToJS.Closure

    No documentation available.

  5. allocData :: Int -> JStgExpr

    ghc-lib GHC.StgToJS.Closure

    No documentation available.

  6. allocCon :: Ident -> DataCon -> CostCentreStack -> [JStgExpr] -> G JStgStat

    ghc-lib GHC.StgToJS.DataCon

    Allocate a data constructor. Allocate in this context means bind the data constructor to to

  7. allocDynamic :: StgToJSConfig -> Bool -> Ident -> JStgExpr -> [JStgExpr] -> Maybe JStgExpr -> JStgStat

    ghc-lib GHC.StgToJS.DataCon

    Allocate a dynamic object

  8. allocDynamicE :: Bool -> JStgExpr -> [JStgExpr] -> Maybe JStgExpr -> JStgExpr

    ghc-lib GHC.StgToJS.DataCon

    Allocate an entry function. See hs for the object layout.

  9. allocUnboxedCon :: DataCon -> [JStgExpr] -> JStgExpr

    ghc-lib GHC.StgToJS.DataCon

    Allocate an unboxed data constructor. If we have a bool we calculate the right value. If not then we expect a singleton list and unbox by converting ''C x' to x. NB. This function may panic.

  10. allQuads :: [Quad]

    gloss-algorithms Graphics.Gloss.Data.Quad

    A list of all quadrants. Same as [NW .. SE].

Page 153 of many | Previous | Next