Hoogle Search
Within LTS Haskell 24.26 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
ghc-lib-parser GHC.Builtin.Names No documentation available.
-
ghc-lib-parser GHC.Builtin.Names No documentation available.
mapInternalNonDetUniques :: Applicative m => (Unique -> m Unique) -> CLabel -> m CLabelghc-lib-parser GHC.Cmm.CLabel A utility for renaming uniques in CLabels to produce deterministic object. Note that not all Uniques are mapped over. Only those that can be safely alpha renamed, e.g. uniques of local symbols, but not of external ones. See Note [Renaming uniques deterministically].
-
ghc-lib-parser GHC.Cmm.Dataflow.Block map a function over the nodes of a Block
-
ghc-lib-parser GHC.Cmm.Dataflow.Block A strict mapBlock
-
ghc-lib-parser GHC.Cmm.Dataflow.Block map over a block, with different functions to apply to first nodes, middle nodes and last nodes respectively. The map is strict.
-
ghc-lib-parser GHC.Cmm.Dataflow.Graph Maps over all nodes in a graph.
-
ghc-lib-parser GHC.Cmm.Dataflow.Graph Function mapGraphBlocks enables a change of representation of blocks, nodes, or both. It lifts a polymorphic block transform into a polymorphic graph transform. When the block representation stabilizes, a similar function should be provided for blocks.
mapAdjust :: (v -> v) -> Label -> LabelMap v -> LabelMap vghc-lib-parser GHC.Cmm.Dataflow.Label No documentation available.
mapAlter :: (Maybe v -> Maybe v) -> Label -> LabelMap v -> LabelMap vghc-lib-parser GHC.Cmm.Dataflow.Label No documentation available.