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. sortPair :: Ord a => (a, a) -> (a, a)

    utility-ht Data.Tuple.HT

    This is convenient for quick hacks but I suggest that you better define a type for an ordered pair for your application at hand. This way, you can clearly see from the type that a pair is ordered.

  2. sortQuantVars :: [Var] -> [Var]

    ghc GHC.Core.Make

    Sort the variables, putting type and covars first, in scoped order, and then other Ids It is a deterministic sort, meaning it doesn't look at the values of Uniques. For explanation why it's important See Note [Unique Determinism] in GHC.Types.Unique.

  3. sORTKind_maybe :: Kind -> Maybe (TypeOrConstraint, Type)

    ghc GHC.Core.Type

    No documentation available.

  4. sortLocatedA :: HasLoc (EpAnn a) => [GenLocated (EpAnn a) e] -> [GenLocated (EpAnn a) e]

    ghc GHC.Parser.Annotation

    No documentation available.

  5. sORTKind_maybe :: Kind -> Maybe (TypeOrConstraint, Type)

    ghc GHC.Plugins

    No documentation available.

  6. sortHoleFitsByGraph :: [HoleFit] -> TcM [HoleFit]

    ghc GHC.Tc.Errors.Hole

    No documentation available.

  7. sortHoleFitsBySize :: [HoleFit] -> TcM [HoleFit]

    ghc GHC.Tc.Errors.Hole

    Sort by size uses as a measure for relevance the sizes of the different types needed to instantiate the fit to the type of the hole. This is much quicker than sorting by subsumption, and gives reasonable results in most cases.

  8. sortLocated :: [Located a] -> [Located a]

    ghc GHC.Types.SrcLoc

    No documentation available.

  9. sortRealLocated :: [RealLocated a] -> [RealLocated a]

    ghc GHC.Types.SrcLoc

    No documentation available.

  10. sortMsgBag :: Maybe DiagOpts -> Bag (MsgEnvelope e) -> [MsgEnvelope e]

    ghc GHC.Utils.Error

    No documentation available.

Page 16 of many | Previous | Next