Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
ghc GHC.Builtin.Names No documentation available.
-
ghc GHC.Builtin.Names No documentation available.
-
ghc GHC.Builtin.Names No documentation available.
-
ghc GHC.Builtin.Names No documentation available.
-
ghc GHC.Builtin.Names No documentation available.
-
ghc GHC.Cmm.Dataflow.Block map a function over the nodes of a Block
-
ghc GHC.Cmm.Dataflow.Block A strict mapBlock
-
ghc 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 GHC.Cmm.Dataflow.Graph Maps over all nodes in a graph.
-
ghc 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.