Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
nubSort :: Ord a => [a] -> [a]code-conjure Conjure.Utils Equivalent to nub . sort but running in O(n log n).
-
comfort-graph Data.Graph.Comfort >>> mapSnd Graph.nodes $ Graph.topologicalSort $ unlabGraph [] ['a'*->'a'] ("","a") >>> mapSnd Graph.nodes $ Graph.topologicalSort $ unlabGraph [] ['a'*->'h', 'a'*->'p', 'g'*->'r', 'p'*->'h', 'r'*->'a'] ("graph","") >>> mapSnd Graph.nodes $ Graph.topologicalSort $ unlabGraph [] ['h'*->'a', 'a'*->'p', 'g'*->'r', 'p'*->'h', 'r'*->'a'] ("gr","ahp") confStyleSortBy :: ConfStyle -> (Name, KeyType) -> (Name, KeyType) -> Orderingconfigurator-export Data.Configurator.Export Function to sort keys by, with information on whether or not the key contains a group or a single value.
runSort :: Sort a -> forall b . () => [(a, b)] -> [[b]]discrimination Data.Discrimination No documentation available.
runSort :: Sort a -> forall b . () => [(a, b)] -> [[b]]discrimination Data.Discrimination.Sorting No documentation available.
pattern
TT_MS_LANGID_SPANISH_SPAIN_MODERN_SORT :: (Eq a, Num a) => afreetype2 FreeType.Format.TrueType No documentation available.
pattern
TT_MS_LANGID_SPANISH_SPAIN_TRADITIONAL_SORT :: (Eq a, Num a) => afreetype2 FreeType.Format.TrueType No documentation available.
type
C_FlowBoxSortFunc = Ptr FlowBoxChild -> Ptr FlowBoxChild -> Ptr () -> IO Int32gi-gtk4 GI.Gtk.Callbacks Type for the callback on the (unwrapped) C side.
type
C_ListBoxSortFunc = Ptr ListBoxRow -> Ptr ListBoxRow -> Ptr () -> IO Int32gi-gtk4 GI.Gtk.Callbacks Type for the callback on the (unwrapped) C side.
type
FlowBoxSortFunc = FlowBoxChild -> FlowBoxChild -> IO Int32gi-gtk4 GI.Gtk.Callbacks A function to compare two children to determine which should come first.