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.
RecentSortNone :: RecentSortTypegtk Graphics.UI.Gtk.Recent.RecentChooser No documentation available.
-
gtk Graphics.UI.Gtk.Recent.RecentChooser Used to specify the sorting method to be applied to the recently used resource list.
recentChooserSetSortFunc :: RecentChooserClass self => self -> Maybe (RecentInfo -> IO Int) -> IO ()gtk Graphics.UI.Gtk.Recent.RecentChooser No documentation available.
recentChooserSortType :: RecentChooserClass self => Attr self RecentSortTypegtk Graphics.UI.Gtk.Recent.RecentChooser Sorting order to be used when displaying the recently used resources. Default value: 'RecentSortNone'
- Available since Gtk+ version 2.10
encodePrettySortedKeys :: ToJSON a => a -> ByteStringhspec-golden-aeson Test.Aeson.Internal.Utils No documentation available.
-
ihaskell IHaskellPrelude No documentation available.
-
This module implements quicksort with mutable arrays from linear-base
quicksortArray :: Ord a => Array a % 1 -> Array alinear-base Simple.Quicksort No documentation available.
quicksortUsingArray :: Ord a => [a] -> [a]linear-base Simple.Quicksort No documentation available.
quicksortUsingList :: Ord a => [a] -> [a]linear-base Simple.Quicksort No documentation available.