Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
mAX_SMALL_BITMAP_SIZE :: Platform -> Intghc GHC.Data.Bitmap Magic number, must agree with BITMAP_BITS_SHIFT in InfoTables.h. Some kinds of bitmap pack a size/bitmap into a single word if possible, or fall back to an external pointer when the bitmap is too large. This value represents the largest size of bitmap that can be packed into a single word.
mkBitmap :: Platform -> [Bool] -> Bitmapghc GHC.Data.Bitmap Make a bitmap from a sequence of bits
strictMapFsEnv :: (a -> b) -> FastStringEnv a -> FastStringEnv bghc GHC.Data.FastString.Env No documentation available.
-
No documentation available.
graphMap :: Graph k cls color -> UniqFM k (Node k cls color)ghc GHC.Data.Graph.Base All active nodes in the graph.
-
ghc GHC.Data.Graph.Base Modify the finite map holding the nodes in the graph.
emap :: DynGraph gr => (b -> c) -> gr a b -> gr a cghc GHC.Data.Graph.Inductive.Graph Map a function over the Edge labels in a graph.
gfiltermap :: DynGraph gr => (Context a b -> MContext c d) -> gr a b -> gr c dghc GHC.Data.Graph.Inductive.Graph Build a graph out of the contexts for which the predicate is satisfied by recursively calling match.
gmap :: DynGraph gr => (Context a b -> Context c d) -> gr a b -> gr c dghc GHC.Data.Graph.Inductive.Graph Map a function over the graph by recursively calling match.
nemap :: DynGraph gr => (a -> c) -> (b -> d) -> gr a b -> gr c dghc GHC.Data.Graph.Inductive.Graph Map functions over both the Node and Edge labels in a graph.