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.

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

    ghc GHC.Parser.Annotation

    No documentation available.

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

    ghc GHC.Plugins

    No documentation available.

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

    ghc GHC.Tc.Errors.Hole

    No documentation available.

  4. 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.

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

    ghc GHC.Types.SrcLoc

    No documentation available.

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

    ghc GHC.Types.SrcLoc

    No documentation available.

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

    ghc GHC.Utils.Error

    No documentation available.

  8. sortWith :: Ord b => (a -> b) -> [a] -> [a]

    ghc GHC.Utils.Misc

    No documentation available.

  9. sortOn :: Ord b => (a -> b) -> [a] -> [a]

    http-api-data Web.Internal.FormUrlEncoded

    No documentation available.

  10. sortNaturallyBy :: (a -> (String, Int)) -> [a] -> [a]

    hspec-discover Test.Hspec.Discover.Sort

    No documentation available.

Page 16 of many | Previous | Next