Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
sortLocatedA :: HasLoc (EpAnn a) => [GenLocated (EpAnn a) e] -> [GenLocated (EpAnn a) e]ghc GHC.Parser.Annotation No documentation available.
sORTKind_maybe :: Kind -> Maybe (TypeOrConstraint, Type)ghc GHC.Plugins No documentation available.
sortHoleFitsByGraph :: [HoleFit] -> TcM [HoleFit]ghc GHC.Tc.Errors.Hole No documentation available.
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.
sortLocated :: [Located a] -> [Located a]ghc GHC.Types.SrcLoc No documentation available.
sortRealLocated :: [RealLocated a] -> [RealLocated a]ghc GHC.Types.SrcLoc No documentation available.
sortMsgBag :: Maybe DiagOpts -> Bag (MsgEnvelope e) -> [MsgEnvelope e]ghc GHC.Utils.Error No documentation available.
sortWith :: Ord b => (a -> b) -> [a] -> [a]ghc GHC.Utils.Misc No documentation available.
sortOn :: Ord b => (a -> b) -> [a] -> [a]http-api-data Web.Internal.FormUrlEncoded No documentation available.
sortNaturallyBy :: (a -> (String, Int)) -> [a] -> [a]hspec-discover Test.Hspec.Discover.Sort No documentation available.