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.

  1. RecentSortNone :: RecentSortType

    gtk Graphics.UI.Gtk.Recent.RecentChooser

    No documentation available.

  2. data RecentSortType

    gtk Graphics.UI.Gtk.Recent.RecentChooser

    Used to specify the sorting method to be applied to the recently used resource list.

  3. recentChooserSetSortFunc :: RecentChooserClass self => self -> Maybe (RecentInfo -> IO Int) -> IO ()

    gtk Graphics.UI.Gtk.Recent.RecentChooser

    No documentation available.

  4. recentChooserSortType :: RecentChooserClass self => Attr self RecentSortType

    gtk 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

  5. encodePrettySortedKeys :: ToJSON a => a -> ByteString

    hspec-golden-aeson Test.Aeson.Internal.Utils

    No documentation available.

  6. data TypeLitSort

    ihaskell IHaskellPrelude

    No documentation available.

  7. module Simple.Quicksort

    This module implements quicksort with mutable arrays from linear-base

  8. quicksortArray :: Ord a => Array a % 1 -> Array a

    linear-base Simple.Quicksort

    No documentation available.

  9. quicksortUsingArray :: Ord a => [a] -> [a]

    linear-base Simple.Quicksort

    No documentation available.

  10. quicksortUsingList :: Ord a => [a] -> [a]

    linear-base Simple.Quicksort

    No documentation available.

Page 149 of many | Previous | Next