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.
allocConStatic :: HasDebugCallStack => Ident -> CostCentreStack -> DataCon -> [StgArg] -> G ()ghc-lib GHC.StgToJS.Arg Allocate Static Constructors
allocUnboxedConStatic :: DataCon -> [StaticArg] -> StaticArgghc-lib GHC.StgToJS.Arg Allocate unboxed constructors
allocateStaticList :: [StgArg] -> StgArg -> G StaticValghc-lib GHC.StgToJS.Arg Allocate Static list
-
ghc-lib GHC.StgToJS.Closure No documentation available.
-
ghc-lib GHC.StgToJS.Closure No documentation available.
allocCon :: Ident -> DataCon -> CostCentreStack -> [JStgExpr] -> G JStgStatghc-lib GHC.StgToJS.DataCon Allocate a data constructor. Allocate in this context means bind the data constructor to to
-
ghc-lib GHC.StgToJS.DataCon Allocate a dynamic object
allocDynamicE :: Bool -> JStgExpr -> [JStgExpr] -> Maybe JStgExpr -> JStgExprghc-lib GHC.StgToJS.DataCon Allocate an entry function. See hs for the object layout.
allocUnboxedCon :: DataCon -> [JStgExpr] -> JStgExprghc-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.
-
gloss-algorithms Graphics.Gloss.Data.Quad A list of all quadrants. Same as [NW .. SE].