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.
getSuccEdgesSorted :: CFG -> BlockId -> [(BlockId, EdgeInfo)]ghc GHC.CmmToAsm.CFG Destinations from bid ordered by weight (descending)
scopedSort :: [TyCoVar] -> [TyCoVar]ghc GHC.Core.TyCo.FVs Do a topological sort on a list of tyvars, so that binders occur before occurrences E.g. given [ a::k, k::*, b::k ] it'll return a well-scoped list [ k::*, a::k, b::k ] This is a deterministic sorting operation (that is, doesn't depend on Uniques). It is also meant to be stable: that is, variables should not be reordered unnecessarily. This is specified in Note [ScopedSort] See also Note [Ordering of implicit variables] in GHC.Rename.HsType
tup_sort :: AlgTyConRhs -> TupleSortghc GHC.Core.TyCon Is this a boxed, unboxed or constraint tuple?
scopedSort :: [TyCoVar] -> [TyCoVar]ghc GHC.Core.Type Do a topological sort on a list of tyvars, so that binders occur before occurrences E.g. given [ a::k, k::*, b::k ] it'll return a well-scoped list [ k::*, a::k, b::k ] This is a deterministic sorting operation (that is, doesn't depend on Uniques). It is also meant to be stable: that is, variables should not be reordered unnecessarily. This is specified in Note [ScopedSort] See also Note [Ordering of implicit variables] in GHC.Rename.HsType
topologicalSortG :: Graph node -> [node]ghc GHC.Data.Graph.Directed No documentation available.
Opt_SortBySizeHoleFits :: GeneralFlagghc GHC.Driver.DynFlags No documentation available.
Opt_SortBySubsumHoleFits :: GeneralFlagghc GHC.Driver.DynFlags No documentation available.
Opt_SortValidHoleFits :: GeneralFlagghc GHC.Driver.DynFlags No documentation available.
Opt_SortBySizeHoleFits :: GeneralFlagghc GHC.Driver.Flags No documentation available.
Opt_SortBySubsumHoleFits :: GeneralFlagghc GHC.Driver.Flags No documentation available.