Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. allIntArgRegs :: Platform -> [Reg]

    ghc GHC.CmmToAsm.X86.Regs

    No documentation available.

  2. allMachRegNos :: Platform -> [RegNo]

    ghc GHC.CmmToAsm.X86.Regs

    The complete set of machine registers.

  3. allocatableRegs :: Platform -> [RealReg]

    ghc GHC.CmmToAsm.X86.Regs

    No documentation available.

  4. allBag :: (a -> Bool) -> Bag a -> Bool

    ghc GHC.Data.Bag

    No documentation available.

  5. allReachable :: Ord key => Graph node -> (node -> key) -> Map key (Set key)

    ghc GHC.Data.Graph.Directed

    Efficiently construct a map which maps each key to it's set of transitive dependencies. Only works on acyclic input.

  6. allReachableCyclic :: Ord key => Graph node -> (node -> key) -> Map key (Set key)

    ghc GHC.Data.Graph.Directed

    Efficiently construct a map which maps each key to it's set of transitive dependencies. Less efficient than allReachable, but works on cyclic input as well.

  7. allListsOf :: [a] -> Infinite [a]

    ghc GHC.Data.List.Infinite

    Compute all lists of the given alphabet. For example: allListsOf "ab" = ["a", "b", "aa", "ba", "ab", "bb", "aaa", "baa", "aba", ...]

  8. allBackends :: [Backend]

    ghc GHC.Driver.Backend

    A list of all back ends. They are ordered as we wish them to appear when they are enumerated in error messages.

  9. allLogQueues :: LogQueueQueue -> [LogQueue]

    ghc GHC.Driver.Pipeline.LogQueue

    Return all items in the queue in ascending order

  10. allNonDeprecatedFlags :: [String]

    ghc GHC.Driver.Session

    All dynamic flags option strings without the deprecated ones. These are the user facing strings for enabling and disabling options.

Page 83 of many | Previous | Next