Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. tup_sort :: AlgTyConRhs -> TupleSort

    ghc-lib-parser GHC.Core.TyCon

    Is this a boxed, unboxed or constraint tuple?

  2. scopedSort :: [TyCoVar] -> [TyCoVar]

    ghc-lib-parser 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

  3. topologicalSortG :: Graph node -> [node]

    ghc-lib-parser GHC.Data.Graph.Directed

    No documentation available.

  4. Opt_SortBySizeHoleFits :: GeneralFlag

    ghc-lib-parser GHC.Driver.DynFlags

    No documentation available.

  5. Opt_SortBySubsumHoleFits :: GeneralFlag

    ghc-lib-parser GHC.Driver.DynFlags

    No documentation available.

  6. Opt_SortValidHoleFits :: GeneralFlag

    ghc-lib-parser GHC.Driver.DynFlags

    No documentation available.

  7. Opt_SortBySizeHoleFits :: GeneralFlag

    ghc-lib-parser GHC.Driver.Flags

    No documentation available.

  8. Opt_SortBySubsumHoleFits :: GeneralFlag

    ghc-lib-parser GHC.Driver.Flags

    No documentation available.

  9. Opt_SortValidHoleFits :: GeneralFlag

    ghc-lib-parser GHC.Driver.Flags

    No documentation available.

  10. Opt_SortBySizeHoleFits :: GeneralFlag

    ghc-lib-parser GHC.Driver.Session

    No documentation available.

Page 120 of many | Previous | Next