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. allocData :: Int -> JStgExpr

    ghc GHC.StgToJS.Closure

    No documentation available.

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

    ghc GHC.StgToJS.DataCon

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

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

    ghc GHC.StgToJS.DataCon

    Allocate a dynamic object

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

    ghc GHC.StgToJS.DataCon

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

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

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

  6. allDistinctTyVars :: TyVarSet -> [KindOrType] -> Bool

    ghc GHC.Tc.Utils.TcType

    No documentation available.

  7. allowGRE :: FieldsOrSelectors -> GlobalRdrElt -> Bool

    ghc GHC.Types.Name.Reader

    No documentation available.

  8. allUses :: DefUses -> Uses

    ghc GHC.Types.Name.Set

    Just like duUses, but Defs are not eliminated from the Uses returned

  9. allUniqMap :: (a -> Bool) -> UniqMap k a -> Bool

    ghc GHC.Types.Unique.Map

    No documentation available.

  10. allDVarSet :: (Var -> Bool) -> DVarSet -> Bool

    ghc GHC.Types.Var.Set

    No documentation available.

Page 85 of many | Previous | Next