Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
type
FlowBoxSortFunc_WithClosures = FlowBoxChild -> FlowBoxChild -> Ptr () -> IO Int32gi-gtk4 GI.Gtk.Callbacks A function to compare two children to determine which should come first.
type
ListBoxSortFunc = ListBoxRow -> ListBoxRow -> IO Int32gi-gtk4 GI.Gtk.Callbacks Compare two rows to determine which should be first.
type
ListBoxSortFunc_WithClosures = ListBoxRow -> ListBoxRow -> Ptr () -> IO Int32gi-gtk4 GI.Gtk.Callbacks Compare two rows to determine which should be first.