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. Opt_SortValidHoleFits :: GeneralFlag

    ghc GHC.Driver.Flags

    No documentation available.

  2. topSortModuleGraph :: Bool -> ModuleGraph -> Maybe HomeUnitModule -> [SCC ModuleGraphNode]

    ghc GHC.Driver.Make

    Topological sort of the module graph Calculate SCCs of the module graph, possibly dropping the hi-boot nodes The resulting list of strongly-connected-components is in topologically sorted order, starting with the module(s) at the bottom of the dependency graph (ie compile them first) and ending with the ones at the top. Drop hi-boot nodes (first boolean arg)?

    • False: treat the hi-boot summaries as nodes of the graph, so the graph must be acyclic
    • True: eliminate the hi-boot nodes, and instead pretend the a source-import of Foo is an import of Foo The resulting graph has no hi-boot nodes, but can be cyclic

  3. Opt_SortBySizeHoleFits :: GeneralFlag

    ghc GHC.Driver.Session

    No documentation available.

  4. Opt_SortBySubsumHoleFits :: GeneralFlag

    ghc GHC.Driver.Session

    No documentation available.

  5. Opt_SortValidHoleFits :: GeneralFlag

    ghc GHC.Driver.Session

    No documentation available.

  6. data HsTupleSort

    ghc GHC.Hs.Type

    Haskell Tuple Sort

  7. mergeSortAsts :: [HieAST Type] -> [HieAST Type]

    ghc GHC.Iface.Ext.Utils

    combines and sorts ASTs using a merge sort

  8. data IfaceTyConSort

    ghc GHC.Iface.Type

    The various types of TyCons which have special, built-in syntax.

  9. ifaceTyConSort :: IfaceTyConInfo -> IfaceTyConSort

    ghc GHC.Iface.Type

    No documentation available.

  10. data AnnSortKey tag

    ghc GHC.Parser.Annotation

    Captures the sort order of sub elements for ValBinds, ClassDecl, ClsInstDecl

Page 98 of many | Previous | Next